Html Css Color HEX #DB2474 Deep Cerise

📋 copy color: '#DB2474'

red 219 ◦ green 36 ◦ blue 116

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

Shades of Deep Cerise #DB2474

Tints of Deep Cerise #DB2474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.27%

R = 59.03%
G = 9.7%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB2474 (or 0xDB2474) is known color: Deep Cerise. HEX triplet: DB, 24 and 74. RGB value is (219,36,116). Sum of RGB (Red+Green+Blue) = 219+36+116=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2474 is #24DB8B. Grayscale: #636363. Windows color (decimal): -2415500 or 7611611. OLE color: 7611611.

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

Color convert

RGB 219 36 116 -
CMYK 0 0.84 0.47 0.14
HSL 333.77º 0.72% 0.5% -
HSV(B) 333.77º 0.84% 0.86% -
XYZ 33 17.58 18.18 -
YUV 99.84 137.13 213 -
System Red Green Blue C M Y K H S L
Decimal 219 36 116 0 0.84 0.47 0.14 333.77 0.72 0.5
Hex DB 24 74 0 54 2F E 14E 48 32
Octal 333 44 164 0 124 57 16 516 110 62
Binary 11011011 100100 1110100 0 1010100 101111 1110 101001110 1001000 110010

Color Harmonies of #DB2474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2474

Black with #DB2474

Text Example


Text Example

White with #DB2474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2474; }

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

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

background-color css

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

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

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

border-color css

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

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

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