Html Css Color HEX #DB3A78 Deep Cerise

📋 copy color: '#DB3A78'

red 219 ◦ green 58 ◦ blue 120

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

Shades of Deep Cerise #DB3A78

Tints of Deep Cerise #DB3A78

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.61%

 BLUE value IS 120 (47.27% from 255) = 30.23%

R = 55.16%
G = 14.61%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB3A78 (or 0xDB3A78) is known color: Deep Cerise. HEX triplet: DB, 3A and 78. RGB value is (219,58,120). Sum of RGB (Red+Green+Blue) = 219+58+120=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3A78 is #24C587. Grayscale: #717171. Windows color (decimal): -2409864 or 7879387. OLE color: 7879387.

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

Color convert

RGB 219 58 120 -
CMYK 0 0.74 0.45 0.14
HSL 336.89º 0.69% 0.54% -
HSV(B) 336.89º 0.74% 0.86% -
XYZ 34.12 19.44 19.72 -
YUV 113.21 131.84 203.46 -
System Red Green Blue C M Y K H S L
Decimal 219 58 120 0 0.74 0.45 0.14 336.89 0.69 0.54
Hex DB 3A 78 0 4A 2D E 151 45 36
Octal 333 72 170 0 112 55 16 521 105 66
Binary 11011011 111010 1111000 0 1001010 101101 1110 101010001 1000101 110110

Color Harmonies of #DB3A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A78

Black with #DB3A78

Text Example


Text Example

White with #DB3A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A78; }

 p { color: rgb(219,58,120); }

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

background-color css

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

 a { background-color: rgb(219,58,120); }

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

border-color css

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

 span { border-color: rgb(219,58,120); }

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