Html Css Color HEX #D52559 Cerise

📋 copy color: '#D52559'

red 213 ◦ green 37 ◦ blue 89

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

Shades of Cerise #D52559

Tints of Cerise #D52559

RGB

 RED value IS 213 (83.59% from 255) = 62.83%

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

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

R = 62.83%
G = 10.91%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D52559 (or 0xD52559) is known color: Cerise. HEX triplet: D5, 25 and 59. RGB value is (213,37,89). Sum of RGB (Red+Green+Blue) = 213+37+89=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D52559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52559 is #2ADAA6. Grayscale: #5F5F5F. Windows color (decimal): -2808487 or 5842389. OLE color: 5842389.

HSL color Cylindrical-coordinate representation of color #D52559: hue angle of 342.27º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52559 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 37 89 -
CMYK 0 0.83 0.58 0.16
HSL 342.27º 0.7% 0.49% -
HSV(B) 342.27º 0.83% 0.84% -
XYZ 29.91 16.19 11 -
YUV 95.55 124.31 211.77 -
System Red Green Blue C M Y K H S L
Decimal 213 37 89 0 0.83 0.58 0.16 342.27 0.7 0.49
Hex D5 25 59 0 53 3A 10 156 46 31
Octal 325 45 131 0 123 72 20 526 106 61
Binary 11010101 100101 1011001 0 1010011 111010 10000 101010110 1000110 110001

Color Harmonies of #D52559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52559

Black with #D52559

Text Example


Text Example

White with #D52559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52559; }

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

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

background-color css

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

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

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

border-color css

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

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

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