Html Css Color HEX #DB3079 Deep Cerise

📋 copy color: '#DB3079'

red 219 ◦ green 48 ◦ blue 121

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

Shades of Deep Cerise #DB3079

Tints of Deep Cerise #DB3079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.19%

R = 56.44%
G = 12.37%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB3079 (or 0xDB3079) is known color: Deep Cerise. HEX triplet: DB, 30 and 79. RGB value is (219,48,121). Sum of RGB (Red+Green+Blue) = 219+48+121=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3079 is #24CF86. Grayscale: #6B6B6B. Windows color (decimal): -2412423 or 7942363. OLE color: 7942363.

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

Color convert

RGB 219 48 121 -
CMYK 0 0.78 0.45 0.14
HSL 334.39º 0.7% 0.52% -
HSV(B) 334.39º 0.78% 0.86% -
XYZ 33.72 18.55 19.89 -
YUV 107.45 135.65 207.56 -
System Red Green Blue C M Y K H S L
Decimal 219 48 121 0 0.78 0.45 0.14 334.39 0.7 0.52
Hex DB 30 79 0 4E 2D E 14E 46 34
Octal 333 60 171 0 116 55 16 516 106 64
Binary 11011011 110000 1111001 0 1001110 101101 1110 101001110 1000110 110100

Color Harmonies of #DB3079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3079

Black with #DB3079

Text Example


Text Example

White with #DB3079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3079; }

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

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

background-color css

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

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

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

border-color css

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

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

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