Html Css Color HEX #DB3666 Cerise

📋 copy color: '#DB3666'

red 219 ◦ green 54 ◦ blue 102

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

Shades of Cerise #DB3666

Tints of Cerise #DB3666

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.4%

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

R = 58.4%
G = 14.4%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB3666 (or 0xDB3666) is known color: Cerise. HEX triplet: DB, 36 and 66. RGB value is (219,54,102). Sum of RGB (Red+Green+Blue) = 219+54+102=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3666 is #24C999. Grayscale: #6C6C6C. Windows color (decimal): -2410906 or 6698715. OLE color: 6698715.

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

Color convert

RGB 219 54 102 -
CMYK 0 0.75 0.53 0.14
HSL 342.55º 0.7% 0.54% -
HSV(B) 342.55º 0.75% 0.86% -
XYZ 32.93 18.66 14.44 -
YUV 108.81 124.16 206.6 -
System Red Green Blue C M Y K H S L
Decimal 219 54 102 0 0.75 0.53 0.14 342.55 0.7 0.54
Hex DB 36 66 0 4B 35 E 157 46 36
Octal 333 66 146 0 113 65 16 527 106 66
Binary 11011011 110110 1100110 0 1001011 110101 1110 101010111 1000110 110110

Color Harmonies of #DB3666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3666

Black with #DB3666

Text Example


Text Example

White with #DB3666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3666; }

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

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

background-color css

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

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

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

border-color css

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

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

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