Html Css Color HEX #DB2559 Cerise

📋 copy color: '#DB2559'

red 219 ◦ green 37 ◦ blue 89

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

Shades of Cerise #DB2559

Tints of Cerise #DB2559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.72%

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

R = 63.48%
G = 10.72%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB2559 (or 0xDB2559) is known color: Cerise. HEX triplet: DB, 25 and 59. RGB value is (219,37,89). Sum of RGB (Red+Green+Blue) = 219+37+89=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2559 is #24DAA6. Grayscale: #616161. Windows color (decimal): -2415271 or 5842395. OLE color: 5842395.

HSL color Cylindrical-coordinate representation of color #DB2559: hue angle of 342.86º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2559 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 37 89 -
CMYK 0 0.83 0.59 0.14
HSL 342.86º 0.72% 0.5% -
HSV(B) 342.86º 0.83% 0.86% -
XYZ 31.68 17.1 11.08 -
YUV 97.35 123.3 214.77 -
System Red Green Blue C M Y K H S L
Decimal 219 37 89 0 0.83 0.59 0.14 342.86 0.72 0.5
Hex DB 25 59 0 53 3B E 157 48 32
Octal 333 45 131 0 123 73 16 527 110 62
Binary 11011011 100101 1011001 0 1010011 111011 1110 101010111 1001000 110010

Color Harmonies of #DB2559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2559

Black with #DB2559

Text Example


Text Example

White with #DB2559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2559; }

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

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

background-color css

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

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

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

border-color css

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

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

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