Html Css Color HEX #D52E87 Deep Cerise

📋 copy color: '#D52E87'

red 213 ◦ green 46 ◦ blue 135

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

Shades of Deep Cerise #D52E87

Tints of Deep Cerise #D52E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.26%

R = 54.06%
G = 11.68%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D52E87 (or 0xD52E87) is known color: Deep Cerise. HEX triplet: D5, 2E and 87. RGB value is (213,46,135). Sum of RGB (Red+Green+Blue) = 213+46+135=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52E87 is #2AD178. Grayscale: #696969. Windows color (decimal): -2806137 or 8859349. OLE color: 8859349.

HSL color Cylindrical-coordinate representation of color #D52E87: hue angle of 328.02º 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 #D52E87 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 46 135 -
CMYK 0 0.78 0.37 0.16
HSL 328.02º 0.67% 0.51% -
HSV(B) 328.02º 0.78% 0.84% -
XYZ 32.79 17.85 24.64 -
YUV 106.08 144.33 204.26 -
System Red Green Blue C M Y K H S L
Decimal 213 46 135 0 0.78 0.37 0.16 328.02 0.67 0.51
Hex D5 2E 87 0 4E 25 10 148 43 33
Octal 325 56 207 0 116 45 20 510 103 63
Binary 11010101 101110 10000111 0 1001110 100101 10000 101001000 1000011 110011

Color Harmonies of #D52E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E87

Black with #D52E87

Text Example


Text Example

White with #D52E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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