Html Css Color HEX #DB3777 Deep Cerise

📋 copy color: '#DB3777'

red 219 ◦ green 55 ◦ blue 119

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

Shades of Deep Cerise #DB3777

Tints of Deep Cerise #DB3777

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.99%

 BLUE value IS 119 (46.88% from 255) = 30.28%

R = 55.73%
G = 13.99%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB3777 (or 0xDB3777) is known color: Deep Cerise. HEX triplet: DB, 37 and 77. RGB value is (219,55,119). Sum of RGB (Red+Green+Blue) = 219+55+119=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3777 is #24C888. Grayscale: #6F6F6F. Windows color (decimal): -2410633 or 7813083. OLE color: 7813083.

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

Color convert

RGB 219 55 119 -
CMYK 0 0.75 0.46 0.14
HSL 336.59º 0.69% 0.54% -
HSV(B) 336.59º 0.75% 0.86% -
XYZ 33.91 19.12 19.36 -
YUV 111.33 132.33 204.8 -
System Red Green Blue C M Y K H S L
Decimal 219 55 119 0 0.75 0.46 0.14 336.59 0.69 0.54
Hex DB 37 77 0 4B 2E E 151 45 36
Octal 333 67 167 0 113 56 16 521 105 66
Binary 11011011 110111 1110111 0 1001011 101110 1110 101010001 1000101 110110

Color Harmonies of #DB3777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3777

Black with #DB3777

Text Example


Text Example

White with #DB3777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3777; }

 p { color: rgb(219,55,119); }

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

background-color css

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

 a { background-color: rgb(219,55,119); }

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

border-color css

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

 span { border-color: rgb(219,55,119); }

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