#D821AF

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

Shades of Spicy Pink #D821AF

Tints of Spicy Pink #D821AF

Color information

#D821AF (or 0xD821AF) is unknown color: approx Spicy Pink. HEX triplet: D8, 21 and AF. RGB value is (216,33,175). Sum of RGB (Red+Green+Blue) = 216+33+175=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D821AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D821AF is #27DE50. Grayscale: #676767. Windows color (decimal): -2612817 or 11477464. OLE color: 11477464.

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

Color convert

RGB21633175-
CMYK00.850.190.15
HSL313.44º73.49%48.82%-
HSV(B)313.44º84.72%84.71%-
XYZ36.618.7842.25-
YUV103.9168.13207.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.94%
GREEN value IS 33 (13.28% from 255) = 7.78%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=50.94%
G=7.78%
B=41.27%

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
Decimal2163317500.850.190.15313.4473.4948.82
HexD821AF05513F1394931
Octal330412570125231747111161
Binary1101100010000110101111010101011001111111001110011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D821AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D821AF; }

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

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

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

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

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

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

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

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