Html Css Color HEX #DB2871 Cerise

📋 copy color: '#DB2871'

red 219 ◦ green 40 ◦ blue 113

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

Shades of Cerise #DB2871

Tints of Cerise #DB2871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.38%

R = 58.87%
G = 10.75%
B = 30.38%

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

#DB2871 (or 0xDB2871) is known color: Cerise. HEX triplet: DB, 28 and 71. RGB value is (219,40,113). Sum of RGB (Red+Green+Blue) = 219+40+113=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2871 is #24D78E. Grayscale: #656565. Windows color (decimal): -2414479 or 7416027. OLE color: 7416027.

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

Color convert

RGB 219 40 113 -
CMYK 0 0.82 0.48 0.14
HSL 335.53º 0.71% 0.51% -
HSV(B) 335.53º 0.82% 0.86% -
XYZ 32.95 17.77 17.32 -
YUV 101.84 134.3 211.56 -
System Red Green Blue C M Y K H S L
Decimal 219 40 113 0 0.82 0.48 0.14 335.53 0.71 0.51
Hex DB 28 71 0 52 30 E 150 47 33
Octal 333 50 161 0 122 60 16 520 107 63
Binary 11011011 101000 1110001 0 1010010 110000 1110 101010000 1000111 110011

Color Harmonies of #DB2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2871

Black with #DB2871

Text Example


Text Example

White with #DB2871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2871; }

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

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

background-color css

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

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

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

border-color css

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

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

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