#D53D85

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

Shades of Deep Cerise #D53D85

Tints of Deep Cerise #D53D85

Color information

#D53D85 (or 0xD53D85) is unknown color: approx Deep Cerise. HEX triplet: D5, 3D and 85. RGB value is (213,61,133). Sum of RGB (Red+Green+Blue) = 213+61+133=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53D85 is #2AC27A. Grayscale: #727272. Windows color (decimal): -2802299 or 8732117. OLE color: 8732117.

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

Color convert

RGB21361133-
CMYK00.710.380.16
HSL331.58º64.41%53.73%-
HSV(B)331.58º71.36%83.53%-
XYZ33.3419.1824.13-
YUV114.66138.36198.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.33%
GREEN value IS 61 (24.22% from 255) = 14.99%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=52.33%
G=14.99%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136113300.710.380.16331.5864.4153.73
HexD53D85047261014c4036
Octal325752050107462051410066
Binary110101011111011000010101000111100110100001010011001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53D85; }

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

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

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

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

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

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

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

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