Html Css Color HEX #DB3077 Deep Cerise

📋 copy color: '#DB3077'

red 219 ◦ green 48 ◦ blue 119

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

Shades of Deep Cerise #DB3077

Tints of Deep Cerise #DB3077

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.44%

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

R = 56.74%
G = 12.44%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB3077 (or 0xDB3077) is known color: Deep Cerise. HEX triplet: DB, 30 and 77. RGB value is (219,48,119). Sum of RGB (Red+Green+Blue) = 219+48+119=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3077 is #24CF88. Grayscale: #6B6B6B. Windows color (decimal): -2412425 or 7811291. OLE color: 7811291.

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

Color convert

RGB 219 48 119 -
CMYK 0 0.78 0.46 0.14
HSL 335.09º 0.7% 0.52% -
HSV(B) 335.09º 0.78% 0.86% -
XYZ 33.6 18.51 19.25 -
YUV 107.22 134.65 207.73 -
System Red Green Blue C M Y K H S L
Decimal 219 48 119 0 0.78 0.46 0.14 335.09 0.7 0.52
Hex DB 30 77 0 4E 2E E 14F 46 34
Octal 333 60 167 0 116 56 16 517 106 64
Binary 11011011 110000 1110111 0 1001110 101110 1110 101001111 1000110 110100

Color Harmonies of #DB3077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3077

Black with #DB3077

Text Example


Text Example

White with #DB3077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3077; }

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

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

background-color css

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

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

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

border-color css

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

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

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