Html Css Color HEX #D53487 Deep Cerise

📋 copy color: '#D53487'

red 213 ◦ green 52 ◦ blue 135

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

Shades of Deep Cerise #D53487

Tints of Deep Cerise #D53487

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13%

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

R = 53.25%
G = 13%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D53487 (or 0xD53487) is known color: Deep Cerise. HEX triplet: D5, 34 and 87. RGB value is (213,52,135). Sum of RGB (Red+Green+Blue) = 213+52+135=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D53487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53487 is #2ACB78. Grayscale: #6D6D6D. Windows color (decimal): -2804601 or 8860885. OLE color: 8860885.

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

Color convert

RGB 213 52 135 -
CMYK 0 0.76 0.37 0.16
HSL 329.07º 0.66% 0.52% -
HSV(B) 329.07º 0.76% 0.84% -
XYZ 33.04 18.35 24.72 -
YUV 109.6 142.34 201.75 -
System Red Green Blue C M Y K H S L
Decimal 213 52 135 0 0.76 0.37 0.16 329.07 0.66 0.52
Hex D5 34 87 0 4C 25 10 149 42 34
Octal 325 64 207 0 114 45 20 511 102 64
Binary 11010101 110100 10000111 0 1001100 100101 10000 101001001 1000010 110100

Color Harmonies of #D53487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53487

Black with #D53487

Text Example


Text Example

White with #D53487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53487; }

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

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

background-color css

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

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

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

border-color css

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

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

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