Html Css Color HEX #DB2478 Deep Cerise

📋 copy color: '#DB2478'

red 219 ◦ green 36 ◦ blue 120

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

Shades of Deep Cerise #DB2478

Tints of Deep Cerise #DB2478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.6%

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

R = 58.4%
G = 9.6%
B = 32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB2478 (or 0xDB2478) is known color: Deep Cerise. HEX triplet: DB, 24 and 78. RGB value is (219,36,120). Sum of RGB (Red+Green+Blue) = 219+36+120=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2478 is #24DB87. Grayscale: #646464. Windows color (decimal): -2415496 or 7873755. OLE color: 7873755.

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

Color convert

RGB 219 36 120 -
CMYK 0 0.84 0.45 0.14
HSL 332.46º 0.72% 0.5% -
HSV(B) 332.46º 0.84% 0.86% -
XYZ 33.23 17.68 19.43 -
YUV 100.29 139.13 212.67 -
System Red Green Blue C M Y K H S L
Decimal 219 36 120 0 0.84 0.45 0.14 332.46 0.72 0.5
Hex DB 24 78 0 54 2D E 14C 48 32
Octal 333 44 170 0 124 55 16 514 110 62
Binary 11011011 100100 1111000 0 1010100 101101 1110 101001100 1001000 110010

Color Harmonies of #DB2478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2478

Black with #DB2478

Text Example


Text Example

White with #DB2478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2478; }

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

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

background-color css

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

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

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

border-color css

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

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

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