Html Css Color HEX #D52859 Cerise

📋 copy color: '#D52859'

red 213 ◦ green 40 ◦ blue 89

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

Shades of Cerise #D52859

Tints of Cerise #D52859

RGB

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

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

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

R = 62.28%
G = 11.7%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D52859 (or 0xD52859) is known color: Cerise. HEX triplet: D5, 28 and 59. RGB value is (213,40,89). Sum of RGB (Red+Green+Blue) = 213+40+89=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D52859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52859 is #2AD7A6. Grayscale: #616161. Windows color (decimal): -2807719 or 5843157. OLE color: 5843157.

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

Color convert

RGB 213 40 89 -
CMYK 0 0.81 0.58 0.16
HSL 343.01º 0.68% 0.5% -
HSV(B) 343.01º 0.81% 0.84% -
XYZ 30 16.38 11.03 -
YUV 97.31 123.31 210.52 -
System Red Green Blue C M Y K H S L
Decimal 213 40 89 0 0.81 0.58 0.16 343.01 0.68 0.5
Hex D5 28 59 0 51 3A 10 157 44 32
Octal 325 50 131 0 121 72 20 527 104 62
Binary 11010101 101000 1011001 0 1010001 111010 10000 101010111 1000100 110010

Color Harmonies of #D52859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52859

Black with #D52859

Text Example


Text Example

White with #D52859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52859; }

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

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

background-color css

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

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

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

border-color css

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

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

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