Html Css Color HEX #DB2870 Cerise

📋 copy color: '#DB2870'

red 219 ◦ green 40 ◦ blue 112

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

Shades of Cerise #DB2870

Tints of Cerise #DB2870

RGB

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

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

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

R = 59.03%
G = 10.78%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB2870 (or 0xDB2870) is known color: Cerise. HEX triplet: DB, 28 and 70. RGB value is (219,40,112). Sum of RGB (Red+Green+Blue) = 219+40+112=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2870 is #24D78F. Grayscale: #656565. Windows color (decimal): -2414480 or 7350491. OLE color: 7350491.

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

Color convert

RGB 219 40 112 -
CMYK 0 0.82 0.49 0.14
HSL 335.87º 0.71% 0.51% -
HSV(B) 335.87º 0.82% 0.86% -
XYZ 32.9 17.75 17.02 -
YUV 101.73 133.8 211.65 -
System Red Green Blue C M Y K H S L
Decimal 219 40 112 0 0.82 0.49 0.14 335.87 0.71 0.51
Hex DB 28 70 0 52 31 E 150 47 33
Octal 333 50 160 0 122 61 16 520 107 63
Binary 11011011 101000 1110000 0 1010010 110001 1110 101010000 1000111 110011

Color Harmonies of #DB2870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2870

Black with #DB2870

Text Example


Text Example

White with #DB2870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2870; }

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

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

background-color css

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

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

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

border-color css

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

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

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