#D533A9

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

Shades of Deep Cerise #D533A9

Tints of Deep Cerise #D533A9

Color information

#D533A9 (or 0xD533A9) is unknown color: approx Deep Cerise. HEX triplet: D5, 33 and A9. RGB value is (213,51,169). Sum of RGB (Red+Green+Blue) = 213+51+169=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D533A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D533A9 is #2ACC56. Grayscale: #707070. Windows color (decimal): -2804823 or 11088853. OLE color: 11088853.

HSL color Cylindrical-coordinate representation of color #D533A9: hue angle of 316.3º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D533A9 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB21351169-
CMYK00.760.210.16
HSL316.3º65.85%51.76%-
HSV(B)316.3º76.06%83.53%-
XYZ35.7919.3839.39-
YUV112.89159.67199.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.19%
GREEN value IS 51 (20.31% from 255) = 11.78%
BLUE value IS 169 (66.41% from 255) = 39.03%
R=49.19%
G=11.78%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135116900.760.210.16316.365.8551.76
HexD533A904C151013c4234
Octal325632510114252047410264
Binary11010101110011101010010100110010101100001001111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D533A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D533A9; }

 p { color: rgb(213,51,169); }

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

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

 a { background-color: rgb(213,51,169); }

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

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

 span { border-color: rgb(213,51,169); }

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