#D529A3

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

Shades of Deep Cerise #D529A3

Tints of Deep Cerise #D529A3

Color information

#D529A3 (or 0xD529A3) is unknown color: approx Deep Cerise. HEX triplet: D5, 29 and A3. RGB value is (213,41,163). Sum of RGB (Red+Green+Blue) = 213+41+163=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D529A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D529A3 is #2AD65C. Grayscale: #6A6A6A. Windows color (decimal): -2807389 or 10693077. OLE color: 10693077.

HSL color Cylindrical-coordinate representation of color #D529A3: hue angle of 317.44º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D529A3 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB21341163-
CMYK00.810.230.16
HSL317.44º67.72%49.8%-
HSV(B)317.44º80.75%83.53%-
XYZ34.8418.3836.36-
YUV106.34159.98204.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.08%
GREEN value IS 41 (16.41% from 255) = 9.83%
BLUE value IS 163 (64.06% from 255) = 39.09%
R=51.08%
G=9.83%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134116300.810.230.16317.4467.7249.8
HexD529A3051171013d4432
Octal325512430121272047510462
Binary11010101101001101000110101000110111100001001111011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D529A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D529A3; }

 p { color: rgb(213,41,163); }

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

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

 a { background-color: rgb(213,41,163); }

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

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

 span { border-color: rgb(213,41,163); }

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