Html Css Color HEX #DB2978 Deep Cerise

📋 copy color: '#DB2978'

red 219 ◦ green 41 ◦ blue 120

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

Shades of Deep Cerise #DB2978

Tints of Deep Cerise #DB2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.79%

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

R = 57.63%
G = 10.79%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB2978 (or 0xDB2978) is known color: Deep Cerise. HEX triplet: DB, 29 and 78. RGB value is (219,41,120). Sum of RGB (Red+Green+Blue) = 219+41+120=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2978 is #24D687. Grayscale: #676767. Windows color (decimal): -2414216 or 7875035. OLE color: 7875035.

HSL color Cylindrical-coordinate representation of color #DB2978: hue angle of 333.37º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2978 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 41 120 -
CMYK 0 0.81 0.45 0.14
HSL 333.37º 0.71% 0.51% -
HSV(B) 333.37º 0.81% 0.86% -
XYZ 33.4 18 19.48 -
YUV 103.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 219 41 120 0 0.81 0.45 0.14 333.37 0.71 0.51
Hex DB 29 78 0 51 2D E 14D 47 33
Octal 333 51 170 0 121 55 16 515 107 63
Binary 11011011 101001 1111000 0 1010001 101101 1110 101001101 1000111 110011

Color Harmonies of #DB2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2978

Black with #DB2978

Text Example


Text Example

White with #DB2978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2978; }

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

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

background-color css

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

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

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

border-color css

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

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

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