#D53785

Color #D53785 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D53785

Tints of Deep Cerise #D53785

Color information

#D53785 (or 0xD53785) is unknown color: approx Deep Cerise. HEX triplet: D5, 37 and 85. RGB value is (213,55,133). Sum of RGB (Red+Green+Blue) = 213+55+133=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D53785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53785 is #2AC87A. Grayscale: #6E6E6E. Windows color (decimal): -2803835 or 8730581. OLE color: 8730581.

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

Color convert

RGB21355133-
CMYK00.740.380.16
HSL330.38º65.29%52.55%-
HSV(B)330.38º74.18%83.53%-
XYZ33.0418.5724.03-
YUV111.13140.35200.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.12%
GREEN value IS 55 (21.88% from 255) = 13.72%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=53.12%
G=13.72%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135513300.740.380.16330.3865.2952.55
HexD5378504A261014a4135
Octal325672050112462051210165
Binary110101011101111000010101001010100110100001010010101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53785; }

 p { color: rgb(213,55,133); }

 H1.HeaderClassName
 {
   color: #D53785;
 }
 .AnyTagClassName
 {
   color: #D53785;
 }
</style>
background-color css

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

 a { background-color: rgb(213,55,133); }

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

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

 span { border-color: rgb(213,55,133); }

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