Html Css Color HEX #DB3076 Deep Cerise

📋 copy color: '#DB3076'

red 219 ◦ green 48 ◦ blue 118

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

Shades of Deep Cerise #DB3076

Tints of Deep Cerise #DB3076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.65%

R = 56.88%
G = 12.47%
B = 30.65%

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

#DB3076 (or 0xDB3076) is known color: Deep Cerise. HEX triplet: DB, 30 and 76. RGB value is (219,48,118). Sum of RGB (Red+Green+Blue) = 219+48+118=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3076 is #24CF89. Grayscale: #6B6B6B. Windows color (decimal): -2412426 or 7745755. OLE color: 7745755.

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

Color convert

RGB 219 48 118 -
CMYK 0 0.78 0.46 0.14
HSL 335.44º 0.7% 0.52% -
HSV(B) 335.44º 0.78% 0.86% -
XYZ 33.54 18.48 18.94 -
YUV 107.11 134.15 207.81 -
System Red Green Blue C M Y K H S L
Decimal 219 48 118 0 0.78 0.46 0.14 335.44 0.7 0.52
Hex DB 30 76 0 4E 2E E 14F 46 34
Octal 333 60 166 0 116 56 16 517 106 64
Binary 11011011 110000 1110110 0 1001110 101110 1110 101001111 1000110 110100

Color Harmonies of #DB3076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3076

Black with #DB3076

Text Example


Text Example

White with #DB3076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3076; }

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

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

background-color css

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

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

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

border-color css

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

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

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