#D539A4

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

Shades of Deep Cerise #D539A4

Tints of Deep Cerise #D539A4

Color information

#D539A4 (or 0xD539A4) is unknown color: approx Deep Cerise. HEX triplet: D5, 39 and A4. RGB value is (213,57,164). Sum of RGB (Red+Green+Blue) = 213+57+164=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D539A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D539A4 is #2AC65B. Grayscale: #737373. Windows color (decimal): -2803292 or 10762709. OLE color: 10762709.

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

Color convert

RGB21357164-
CMYK00.730.230.16
HSL318.85º65%52.94%-
HSV(B)318.85º73.24%83.53%-
XYZ35.619.7537.06-
YUV115.84155.18197.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.08%
GREEN value IS 57 (22.66% from 255) = 13.13%
BLUE value IS 164 (64.45% from 255) = 37.79%
R=49.08%
G=13.13%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135716400.730.230.16318.856552.94
HexD539A4049171013f4135
Octal325712440111272047710165
Binary11010101111001101001000100100110111100001001111111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D539A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D539A4; }

 p { color: rgb(213,57,164); }

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

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

 a { background-color: rgb(213,57,164); }

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

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

 span { border-color: rgb(213,57,164); }

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