#D821A9

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

Shades of Spicy Pink #D821A9

Tints of Spicy Pink #D821A9

Color information

#D821A9 (or 0xD821A9) is unknown color: approx Spicy Pink. HEX triplet: D8, 21 and A9. RGB value is (216,33,169). Sum of RGB (Red+Green+Blue) = 216+33+169=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D821A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D821A9 is #27DE56. Grayscale: #666666. Windows color (decimal): -2612823 or 11084248. OLE color: 11084248.

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

Color convert

RGB21633169-
CMYK00.850.220.15
HSL315.41º73.49%48.82%-
HSV(B)315.41º84.72%84.71%-
XYZ36.0218.5539.22-
YUV103.22165.13208.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.67%
GREEN value IS 33 (13.28% from 255) = 7.89%
BLUE value IS 169 (66.41% from 255) = 40.43%
R=51.67%
G=7.89%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163316900.850.220.15315.4173.4948.82
HexD821A905516F13b4931
Octal330412510125261747311161
Binary1101100010000110101001010101011011011111001110111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D821A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D821A9; }

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

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

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

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

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

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

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

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