Html Css Color HEX #DB2759 Cerise

📋 copy color: '#DB2759'

red 219 ◦ green 39 ◦ blue 89

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

Shades of Cerise #DB2759

Tints of Cerise #DB2759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.24%

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

R = 63.11%
G = 11.24%
B = 25.65%

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

#DB2759 (or 0xDB2759) is known color: Cerise. HEX triplet: DB, 27 and 59. RGB value is (219,39,89). Sum of RGB (Red+Green+Blue) = 219+39+89=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2759 is #24D8A6. Grayscale: #626262. Windows color (decimal): -2414759 or 5842907. OLE color: 5842907.

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

Color convert

RGB 219 39 89 -
CMYK 0 0.82 0.59 0.14
HSL 343.33º 0.71% 0.51% -
HSV(B) 343.33º 0.82% 0.86% -
XYZ 31.74 17.23 11.1 -
YUV 98.52 122.63 213.93 -
System Red Green Blue C M Y K H S L
Decimal 219 39 89 0 0.82 0.59 0.14 343.33 0.71 0.51
Hex DB 27 59 0 52 3B E 157 47 33
Octal 333 47 131 0 122 73 16 527 107 63
Binary 11011011 100111 1011001 0 1010010 111011 1110 101010111 1000111 110011

Color Harmonies of #DB2759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2759

Black with #DB2759

Text Example


Text Example

White with #DB2759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2759; }

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

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

background-color css

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

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

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

border-color css

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

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

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