Html Css Color HEX #DB366B Cerise

📋 copy color: '#DB366B'

red 219 ◦ green 54 ◦ blue 107

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

Shades of Cerise #DB366B

Tints of Cerise #DB366B

RGB

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

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

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

R = 57.63%
G = 14.21%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB366B (or 0xDB366B) is known color: Cerise. HEX triplet: DB, 36 and 6B. RGB value is (219,54,107). Sum of RGB (Red+Green+Blue) = 219+54+107=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB366B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB366B is #24C994. Grayscale: #6D6D6D. Windows color (decimal): -2410901 or 7026395. OLE color: 7026395.

HSL color Cylindrical-coordinate representation of color #DB366B: hue angle of 340.73º 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 #DB366B is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 54 107 -
CMYK 0 0.75 0.51 0.14
HSL 340.73º 0.7% 0.54% -
HSV(B) 340.73º 0.75% 0.86% -
XYZ 33.19 18.76 15.78 -
YUV 109.38 126.66 206.19 -
System Red Green Blue C M Y K H S L
Decimal 219 54 107 0 0.75 0.51 0.14 340.73 0.7 0.54
Hex DB 36 6B 0 4B 33 E 155 46 36
Octal 333 66 153 0 113 63 16 525 106 66
Binary 11011011 110110 1101011 0 1001011 110011 1110 101010101 1000110 110110

Color Harmonies of #DB366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB366B

Black with #DB366B

Text Example


Text Example

White with #DB366B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB366B; }

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

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

background-color css

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

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

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

border-color css

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

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

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