#D821B0

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

Shades of Spicy Pink #D821B0

Tints of Spicy Pink #D821B0

Color information

#D821B0 (or 0xD821B0) is unknown color: approx Spicy Pink. HEX triplet: D8, 21 and B0. RGB value is (216,33,176). Sum of RGB (Red+Green+Blue) = 216+33+176=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D821B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D821B0 is #27DE4F. Grayscale: #676767. Windows color (decimal): -2612816 or 11543000. OLE color: 11543000.

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

Color convert

RGB21633176-
CMYK00.850.190.15
HSL313.11º73.49%48.82%-
HSV(B)313.11º84.72%84.71%-
XYZ36.718.8242.77-
YUV104.02168.63207.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.82%
GREEN value IS 33 (13.28% from 255) = 7.76%
BLUE value IS 176 (69.14% from 255) = 41.41%
R=50.82%
G=7.76%
B=41.41%

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
Decimal2163317600.850.190.15313.1173.4948.82
HexD821B005513F1394931
Octal330412600125231747111161
Binary1101100010000110110000010101011001111111001110011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D821B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D821B0; }

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

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

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

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

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

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

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

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