#D53A86

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

Shades of Deep Cerise #D53A86

Tints of Deep Cerise #D53A86

Color information

#D53A86 (or 0xD53A86) is unknown color: approx Deep Cerise. HEX triplet: D5, 3A and 86. RGB value is (213,58,134). Sum of RGB (Red+Green+Blue) = 213+58+134=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53A86 is #2AC579. Grayscale: #707070. Windows color (decimal): -2803066 or 8796885. OLE color: 8796885.

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

Color convert

RGB21358134-
CMYK00.730.370.16
HSL330.58º64.85%53.14%-
HSV(B)330.58º72.77%83.53%-
XYZ33.2618.8924.45-
YUV113.01139.85199.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.59%
GREEN value IS 58 (23.05% from 255) = 14.32%
BLUE value IS 134 (52.73% from 255) = 33.09%
R=52.59%
G=14.32%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135813400.730.370.16330.5864.8553.14
HexD53A86049251014b4135
Octal325722060111452051310165
Binary110101011110101000011001001001100101100001010010111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53A86; }

 p { color: rgb(213,58,134); }

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

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

 a { background-color: rgb(213,58,134); }

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

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

 span { border-color: rgb(213,58,134); }

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