Html Css Color HEX #DB3866 Cerise

📋 copy color: '#DB3866'

red 219 ◦ green 56 ◦ blue 102

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

Shades of Cerise #DB3866

Tints of Cerise #DB3866

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.85%

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

R = 58.09%
G = 14.85%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB3866 (or 0xDB3866) is known color: Cerise. HEX triplet: DB, 38 and 66. RGB value is (219,56,102). Sum of RGB (Red+Green+Blue) = 219+56+102=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3866 is #24C799. Grayscale: #6D6D6D. Windows color (decimal): -2410394 or 6699227. OLE color: 6699227.

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

Color convert

RGB 219 56 102 -
CMYK 0 0.74 0.53 0.14
HSL 343.07º 0.69% 0.54% -
HSV(B) 343.07º 0.74% 0.86% -
XYZ 33.03 18.85 14.47 -
YUV 109.98 123.5 205.76 -
System Red Green Blue C M Y K H S L
Decimal 219 56 102 0 0.74 0.53 0.14 343.07 0.69 0.54
Hex DB 38 66 0 4A 35 E 157 45 36
Octal 333 70 146 0 112 65 16 527 105 66
Binary 11011011 111000 1100110 0 1001010 110101 1110 101010111 1000101 110110

Color Harmonies of #DB3866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3866

Black with #DB3866

Text Example


Text Example

White with #DB3866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3866; }

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

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

background-color css

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

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

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

border-color css

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

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

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