Html Css Color HEX #DB2470 Cerise

📋 copy color: '#DB2470'

red 219 ◦ green 36 ◦ blue 112

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

Shades of Cerise #DB2470

Tints of Cerise #DB2470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.52%

R = 59.67%
G = 9.81%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB2470 (or 0xDB2470) is known color: Cerise. HEX triplet: DB, 24 and 70. RGB value is (219,36,112). Sum of RGB (Red+Green+Blue) = 219+36+112=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2470 is #24DB8F. Grayscale: #636363. Windows color (decimal): -2415504 or 7349467. OLE color: 7349467.

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

Color convert

RGB 219 36 112 -
CMYK 0 0.84 0.49 0.14
HSL 335.08º 0.72% 0.5% -
HSV(B) 335.08º 0.84% 0.86% -
XYZ 32.77 17.49 16.98 -
YUV 99.38 135.13 213.32 -
System Red Green Blue C M Y K H S L
Decimal 219 36 112 0 0.84 0.49 0.14 335.08 0.72 0.5
Hex DB 24 70 0 54 31 E 14F 48 32
Octal 333 44 160 0 124 61 16 517 110 62
Binary 11011011 100100 1110000 0 1010100 110001 1110 101001111 1001000 110010

Color Harmonies of #DB2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2470

Black with #DB2470

Text Example


Text Example

White with #DB2470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2470; }

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

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

background-color css

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

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

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

border-color css

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

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

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