Html Css Color HEX #DB2372 Cerise

📋 copy color: '#DB2372'

red 219 ◦ green 35 ◦ blue 114

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

Shades of Cerise #DB2372

Tints of Cerise #DB2372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.51%

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 59.51%
G = 9.51%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB2372 (or 0xDB2372) is known color: Cerise. HEX triplet: DB, 23 and 72. RGB value is (219,35,114). Sum of RGB (Red+Green+Blue) = 219+35+114=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2372 is #24DC8D. Grayscale: #626262. Windows color (decimal): -2415758 or 7480283. OLE color: 7480283.

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

Color convert

RGB 219 35 114 -
CMYK 0 0.84 0.48 0.14
HSL 334.24º 0.72% 0.5% -
HSV(B) 334.24º 0.84% 0.86% -
XYZ 32.85 17.48 17.56 -
YUV 99.02 136.46 213.58 -
System Red Green Blue C M Y K H S L
Decimal 219 35 114 0 0.84 0.48 0.14 334.24 0.72 0.5
Hex DB 23 72 0 54 30 E 14E 48 32
Octal 333 43 162 0 124 60 16 516 110 62
Binary 11011011 100011 1110010 0 1010100 110000 1110 101001110 1001000 110010

Color Harmonies of #DB2372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2372

Black with #DB2372

Text Example


Text Example

White with #DB2372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2372; }

 p { color: rgb(219,35,114); }

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

background-color css

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

 a { background-color: rgb(219,35,114); }

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

border-color css

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

 span { border-color: rgb(219,35,114); }

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