Html Css Color HEX #DB2860 Cerise

📋 copy color: '#DB2860'

red 219 ◦ green 40 ◦ blue 96

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

Shades of Cerise #DB2860

Tints of Cerise #DB2860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.04%

R = 61.69%
G = 11.27%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB2860 (or 0xDB2860) is known color: Cerise. HEX triplet: DB, 28 and 60. RGB value is (219,40,96). Sum of RGB (Red+Green+Blue) = 219+40+96=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2860 is #24D79F. Grayscale: #636363. Windows color (decimal): -2414496 or 6301915. OLE color: 6301915.

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

Color convert

RGB 219 40 96 -
CMYK 0 0.82 0.56 0.14
HSL 341.23º 0.71% 0.51% -
HSV(B) 341.23º 0.82% 0.86% -
XYZ 32.08 17.42 12.74 -
YUV 99.91 125.8 212.95 -
System Red Green Blue C M Y K H S L
Decimal 219 40 96 0 0.82 0.56 0.14 341.23 0.71 0.51
Hex DB 28 60 0 52 38 E 155 47 33
Octal 333 50 140 0 122 70 16 525 107 63
Binary 11011011 101000 1100000 0 1010010 111000 1110 101010101 1000111 110011

Color Harmonies of #DB2860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2860

Black with #DB2860

Text Example


Text Example

White with #DB2860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2860; }

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

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

background-color css

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

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

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

border-color css

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

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

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