Html Css Color HEX #DB2C6B Cerise

📋 copy color: '#DB2C6B'

red 219 ◦ green 44 ◦ blue 107

#DB2C6B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #DB2C6B

Tints of Cerise #DB2C6B

RGB

 RED value IS 219 (85.94% from 255) = 59.19%

 GREEN value IS 44 (17.58% from 255) = 11.89%

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 59.19%
G = 11.89%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DB2C6B (or 0xDB2C6B) is known color: Cerise. HEX triplet: DB, 2C and 6B. RGB value is (219,44,107). Sum of RGB (Red+Green+Blue) = 219+44+107=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2C6B is #24D394. Grayscale: #676767. Windows color (decimal): -2413461 or 7023835. OLE color: 7023835.

HSL color Cylindrical-coordinate representation of color #DB2C6B: hue angle of 338.4º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2C6B is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 44 107 -
CMYK 0 0.80 0.51 0.14
HSL 338.4º 0.71% 0.52% -
HSV(B) 338.4º 0.8% 0.86% -
XYZ 32.77 17.92 15.64 -
YUV 103.51 129.98 210.38 -
System Red Green Blue C M Y K H S L
Decimal 219 44 107 0 0.80 0.51 0.14 338.4 0.71 0.52
Hex DB 2C 6B 0 50 33 E 152 47 34
Octal 333 54 153 0 120 63 16 522 107 64
Binary 11011011 101100 1101011 0 1010000 110011 1110 101010010 1000111 110100

Color Harmonies of #DB2C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2C6B

Black with #DB2C6B

Text Example


Text Example

White with #DB2C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2C6B; }

 p { color: rgb(219,44,107); }

 H1.HeaderClassName
 {
   color: #DB2C6B;
 }
 .AnyTagClassName
 {
   color: #DB2C6B;
 }
</style>

background-color css

<style>
 a { background-color: #DB2C6B; }

 a { background-color: rgb(219,44,107); }

 div.DivClassName
 {
   background-color: #DB2C6B;
 }
 .BgClassName
 {
   background-color: #DB2C6B;
 }
</style>

border-color css

<style>
 span { border-color: #DB2C6B; }

 span { border-color: rgb(219,44,107); }

 td.TdClassName
 {
   border-color: #DB2C6B;
 }
 .TagClassName
 {
   border-color: #DB2C6B;
 }
</style>