Html Css Color HEX #D52E59 Cerise

📋 copy color: '#D52E59'

red 213 ◦ green 46 ◦ blue 89

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

Shades of Cerise #D52E59

Tints of Cerise #D52E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.22%

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

R = 61.21%
G = 13.22%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D52E59 (or 0xD52E59) is known color: Cerise. HEX triplet: D5, 2E and 59. RGB value is (213,46,89). Sum of RGB (Red+Green+Blue) = 213+46+89=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E59 is #2AD1A6. Grayscale: #646464. Windows color (decimal): -2806183 or 5844693. OLE color: 5844693.

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

Color convert

RGB 213 46 89 -
CMYK 0 0.78 0.58 0.16
HSL 344.55º 0.67% 0.51% -
HSV(B) 344.55º 0.78% 0.84% -
XYZ 30.22 16.82 11.11 -
YUV 100.84 121.33 208 -
System Red Green Blue C M Y K H S L
Decimal 213 46 89 0 0.78 0.58 0.16 344.55 0.67 0.51
Hex D5 2E 59 0 4E 3A 10 159 43 33
Octal 325 56 131 0 116 72 20 531 103 63
Binary 11010101 101110 1011001 0 1001110 111010 10000 101011001 1000011 110011

Color Harmonies of #D52E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E59

Black with #D52E59

Text Example


Text Example

White with #D52E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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