#D537A7

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

Shades of Deep Cerise #D537A7

Tints of Deep Cerise #D537A7

Color information

#D537A7 (or 0xD537A7) is unknown color: approx Deep Cerise. HEX triplet: D5, 37 and A7. RGB value is (213,55,167). Sum of RGB (Red+Green+Blue) = 213+55+167=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D537A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D537A7 is #2AC858. Grayscale: #727272. Windows color (decimal): -2803801 or 10958805. OLE color: 10958805.

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

Color convert

RGB21355167-
CMYK00.740.220.16
HSL317.47º65.29%52.55%-
HSV(B)317.47º74.18%83.53%-
XYZ35.7819.6738.47-
YUV115.01157.35197.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 55 (21.88% from 255) = 12.64%
BLUE value IS 167 (65.62% from 255) = 38.39%
R=48.97%
G=12.64%
B=38.39%

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
Decimal2135516700.740.220.16317.4765.2952.55
HexD537A704A161013d4135
Octal325672470112262047510165
Binary11010101110111101001110100101010110100001001111011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D537A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D537A7; }

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

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

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

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

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

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

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

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