Html Css Color HEX #DB2866 Cerise

📋 copy color: '#DB2866'

red 219 ◦ green 40 ◦ blue 102

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

Shades of Cerise #DB2866

Tints of Cerise #DB2866

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.08%

 BLUE value IS 102 (40.23% from 255) = 28.25%

R = 60.66%
G = 11.08%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB2866 (or 0xDB2866) is known color: Cerise. HEX triplet: DB, 28 and 66. RGB value is (219,40,102). Sum of RGB (Red+Green+Blue) = 219+40+102=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2866 is #24D799. Grayscale: #646464. Windows color (decimal): -2414490 or 6695131. OLE color: 6695131.

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

Color convert

RGB 219 40 102 -
CMYK 0 0.82 0.53 0.14
HSL 339.22º 0.71% 0.51% -
HSV(B) 339.22º 0.82% 0.86% -
XYZ 32.37 17.54 14.25 -
YUV 100.59 128.8 212.46 -
System Red Green Blue C M Y K H S L
Decimal 219 40 102 0 0.82 0.53 0.14 339.22 0.71 0.51
Hex DB 28 66 0 52 35 E 153 47 33
Octal 333 50 146 0 122 65 16 523 107 63
Binary 11011011 101000 1100110 0 1010010 110101 1110 101010011 1000111 110011

Color Harmonies of #DB2866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2866

Black with #DB2866

Text Example


Text Example

White with #DB2866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2866; }

 p { color: rgb(219,40,102); }

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

background-color css

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

 a { background-color: rgb(219,40,102); }

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

border-color css

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

 span { border-color: rgb(219,40,102); }

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