#D537A6

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

Shades of Deep Cerise #D537A6

Tints of Deep Cerise #D537A6

Color information

#D537A6 (or 0xD537A6) is unknown color: approx Deep Cerise. HEX triplet: D5, 37 and A6. RGB value is (213,55,166). Sum of RGB (Red+Green+Blue) = 213+55+166=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D537A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D537A6 is #2AC859. Grayscale: #727272. Windows color (decimal): -2803802 or 10893269. OLE color: 10893269.

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

Color convert

RGB21355166-
CMYK00.740.220.16
HSL317.85º65.29%52.55%-
HSV(B)317.85º74.18%83.53%-
XYZ35.6919.6337.98-
YUV114.9156.85197.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.08%
GREEN value IS 55 (21.88% from 255) = 12.67%
BLUE value IS 166 (65.23% from 255) = 38.25%
R=49.08%
G=12.67%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135516600.740.220.16317.8565.2952.55
HexD537A604A161013e4135
Octal325672460112262047610165
Binary11010101110111101001100100101010110100001001111101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D537A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D537A6; }

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

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

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

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

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

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

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

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