Html Css Color HEX #DB2859 Cerise

📋 copy color: '#DB2859'

red 219 ◦ green 40 ◦ blue 89

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

Shades of Cerise #DB2859

Tints of Cerise #DB2859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.57%

R = 62.93%
G = 11.49%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB2859 (or 0xDB2859) is known color: Cerise. HEX triplet: DB, 28 and 59. RGB value is (219,40,89). Sum of RGB (Red+Green+Blue) = 219+40+89=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2859 is #24D7A6. Grayscale: #636363. Windows color (decimal): -2414503 or 5843163. OLE color: 5843163.

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

Color convert

RGB 219 40 89 -
CMYK 0 0.82 0.59 0.14
HSL 343.58º 0.71% 0.51% -
HSV(B) 343.58º 0.82% 0.86% -
XYZ 31.78 17.3 11.12 -
YUV 99.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 219 40 89 0 0.82 0.59 0.14 343.58 0.71 0.51
Hex DB 28 59 0 52 3B E 158 47 33
Octal 333 50 131 0 122 73 16 530 107 63
Binary 11011011 101000 1011001 0 1010010 111011 1110 101011000 1000111 110011

Color Harmonies of #DB2859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2859

Black with #DB2859

Text Example


Text Example

White with #DB2859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2859; }

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

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

background-color css

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

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

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

border-color css

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

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

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