Html Css Color HEX #D53D87 Deep Cerise

📋 copy color: '#D53D87'

red 213 ◦ green 61 ◦ blue 135

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

Shades of Deep Cerise #D53D87

Tints of Deep Cerise #D53D87

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.91%

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

R = 52.08%
G = 14.91%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D53D87 (or 0xD53D87) is known color: Deep Cerise. HEX triplet: D5, 3D and 87. RGB value is (213,61,135). Sum of RGB (Red+Green+Blue) = 213+61+135=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53D87 is #2AC278. Grayscale: #727272. Windows color (decimal): -2802297 or 8863189. OLE color: 8863189.

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

Color convert

RGB 213 61 135 -
CMYK 0 0.71 0.37 0.16
HSL 330.79º 0.64% 0.54% -
HSV(B) 330.79º 0.71% 0.84% -
XYZ 33.48 19.23 24.87 -
YUV 114.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 213 61 135 0 0.71 0.37 0.16 330.79 0.64 0.54
Hex D5 3D 87 0 47 25 10 14B 40 36
Octal 325 75 207 0 107 45 20 513 100 66
Binary 11010101 111101 10000111 0 1000111 100101 10000 101001011 1000000 110110

Color Harmonies of #D53D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D87

Black with #D53D87

Text Example


Text Example

White with #D53D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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