Html Css Color HEX #D53987 Deep Cerise

📋 copy color: '#D53987'

red 213 ◦ green 57 ◦ blue 135

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

Shades of Deep Cerise #D53987

Tints of Deep Cerise #D53987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.07%

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

R = 52.59%
G = 14.07%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D53987 (or 0xD53987) is known color: Deep Cerise. HEX triplet: D5, 39 and 87. RGB value is (213,57,135). Sum of RGB (Red+Green+Blue) = 213+57+135=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D53987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53987 is #2AC678. Grayscale: #707070. Windows color (decimal): -2803321 or 8862165. OLE color: 8862165.

HSL color Cylindrical-coordinate representation of color #D53987: hue angle of 330º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53987 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 57 135 -
CMYK 0 0.73 0.37 0.16
HSL 330º 0.65% 0.53% -
HSV(B) 330º 0.73% 0.84% -
XYZ 33.28 18.82 24.8 -
YUV 112.54 140.68 199.66 -
System Red Green Blue C M Y K H S L
Decimal 213 57 135 0 0.73 0.37 0.16 330 0.65 0.53
Hex D5 39 87 0 49 25 10 14A 41 35
Octal 325 71 207 0 111 45 20 512 101 65
Binary 11010101 111001 10000111 0 1001001 100101 10000 101001010 1000001 110101

Color Harmonies of #D53987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53987

Black with #D53987

Text Example


Text Example

White with #D53987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53987; }

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

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

background-color css

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

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

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

border-color css

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

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

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