Html Css Color HEX #DB2475 Deep Cerise

📋 copy color: '#DB2475'

red 219 ◦ green 36 ◦ blue 117

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

Shades of Deep Cerise #DB2475

Tints of Deep Cerise #DB2475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.45%

R = 58.87%
G = 9.68%
B = 31.45%

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

#DB2475 (or 0xDB2475) is known color: Deep Cerise. HEX triplet: DB, 24 and 75. RGB value is (219,36,117). Sum of RGB (Red+Green+Blue) = 219+36+117=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2475 is #24DB8A. Grayscale: #636363. Windows color (decimal): -2415499 or 7677147. OLE color: 7677147.

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

Color convert

RGB 219 36 117 -
CMYK 0 0.84 0.47 0.14
HSL 333.44º 0.72% 0.5% -
HSV(B) 333.44º 0.84% 0.86% -
XYZ 33.06 17.61 18.49 -
YUV 99.95 137.63 212.91 -
System Red Green Blue C M Y K H S L
Decimal 219 36 117 0 0.84 0.47 0.14 333.44 0.72 0.5
Hex DB 24 75 0 54 2F E 14D 48 32
Octal 333 44 165 0 124 57 16 515 110 62
Binary 11011011 100100 1110101 0 1010100 101111 1110 101001101 1001000 110010

Color Harmonies of #DB2475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2475

Black with #DB2475

Text Example


Text Example

White with #DB2475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2475; }

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

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

background-color css

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

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

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

border-color css

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

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

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