#D821AE

Color #D821AE Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #D821AE

Tints of Spicy Pink #D821AE

Color information

#D821AE (or 0xD821AE) is unknown color: approx Spicy Pink. HEX triplet: D8, 21 and AE. RGB value is (216,33,174). Sum of RGB (Red+Green+Blue) = 216+33+174=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D821AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D821AE is #27DE51. Grayscale: #676767. Windows color (decimal): -2612818 or 11411928. OLE color: 11411928.

HSL color Cylindrical-coordinate representation of color #D821AE: hue angle of 313.77º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D821AE is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB21633174-
CMYK00.850.190.15
HSL313.77º73.49%48.82%-
HSV(B)313.77º84.72%84.71%-
XYZ36.518.7441.74-
YUV103.79167.63208.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.06%
GREEN value IS 33 (13.28% from 255) = 7.80%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=51.06%
G=7.80%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163317400.850.190.15313.7773.4948.82
HexD821AE05513F13a4931
Octal330412560125231747211161
Binary1101100010000110101110010101011001111111001110101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D821AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D821AE; }

 p { color: rgb(216,33,174); }

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

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

 a { background-color: rgb(216,33,174); }

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

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

 span { border-color: rgb(216,33,174); }

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