Html Css Color HEX #DB2872 Cerise

📋 copy color: '#DB2872'

red 219 ◦ green 40 ◦ blue 114

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

Shades of Cerise #DB2872

Tints of Cerise #DB2872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.72%

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

R = 58.71%
G = 10.72%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB2872 (or 0xDB2872) is known color: Cerise. HEX triplet: DB, 28 and 72. RGB value is (219,40,114). Sum of RGB (Red+Green+Blue) = 219+40+114=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2872 is #24D78D. Grayscale: #656565. Windows color (decimal): -2414478 or 7481563. OLE color: 7481563.

HSL color Cylindrical-coordinate representation of color #DB2872: hue angle of 335.2º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2872 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 40 114 -
CMYK 0 0.82 0.48 0.14
HSL 335.2º 0.71% 0.51% -
HSV(B) 335.2º 0.82% 0.86% -
XYZ 33.01 17.79 17.61 -
YUV 101.96 134.8 211.48 -
System Red Green Blue C M Y K H S L
Decimal 219 40 114 0 0.82 0.48 0.14 335.2 0.71 0.51
Hex DB 28 72 0 52 30 E 14F 47 33
Octal 333 50 162 0 122 60 16 517 107 63
Binary 11011011 101000 1110010 0 1010010 110000 1110 101001111 1000111 110011

Color Harmonies of #DB2872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2872

Black with #DB2872

Text Example


Text Example

White with #DB2872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2872; }

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

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

background-color css

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

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

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

border-color css

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

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

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