Html Css Color HEX #DB3977 Deep Cerise

📋 copy color: '#DB3977'

red 219 ◦ green 57 ◦ blue 119

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

Shades of Deep Cerise #DB3977

Tints of Deep Cerise #DB3977

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.43%

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

R = 55.44%
G = 14.43%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB3977 (or 0xDB3977) is known color: Deep Cerise. HEX triplet: DB, 39 and 77. RGB value is (219,57,119). Sum of RGB (Red+Green+Blue) = 219+57+119=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3977 is #24C688. Grayscale: #707070. Windows color (decimal): -2410121 or 7813595. OLE color: 7813595.

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

Color convert

RGB 219 57 119 -
CMYK 0 0.74 0.46 0.14
HSL 337.04º 0.69% 0.54% -
HSV(B) 337.04º 0.74% 0.86% -
XYZ 34.01 19.32 19.39 -
YUV 112.51 131.67 203.96 -
System Red Green Blue C M Y K H S L
Decimal 219 57 119 0 0.74 0.46 0.14 337.04 0.69 0.54
Hex DB 39 77 0 4A 2E E 151 45 36
Octal 333 71 167 0 112 56 16 521 105 66
Binary 11011011 111001 1110111 0 1001010 101110 1110 101010001 1000101 110110

Color Harmonies of #DB3977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3977

Black with #DB3977

Text Example


Text Example

White with #DB3977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3977; }

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

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

background-color css

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

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

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

border-color css

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

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

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