#D53D83

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

Shades of Deep Cerise #D53D83

Tints of Deep Cerise #D53D83

Color information

#D53D83 (or 0xD53D83) is unknown color: approx Deep Cerise. HEX triplet: D5, 3D and 83. RGB value is (213,61,131). Sum of RGB (Red+Green+Blue) = 213+61+131=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53D83 is #2AC27C. Grayscale: #727272. Windows color (decimal): -2802301 or 8601045. OLE color: 8601045.

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

Color convert

RGB21361131-
CMYK00.710.380.16
HSL332.37º64.41%53.73%-
HSV(B)332.37º71.36%83.53%-
XYZ33.2119.1223.41-
YUV114.43137.36198.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.59%
GREEN value IS 61 (24.22% from 255) = 15.06%
BLUE value IS 131 (51.56% from 255) = 32.35%
R=52.59%
G=15.06%
B=32.35%

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
Decimal2136113100.710.380.16332.3764.4153.73
HexD53D83047261014c4036
Octal325752030107462051410066
Binary110101011111011000001101000111100110100001010011001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53D83; }

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

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

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

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

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

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

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

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