#D821B6

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

Shades of Shocking Pink #D821B6

Tints of Shocking Pink #D821B6

Color information

#D821B6 (or 0xD821B6) is unknown color: approx Shocking Pink. HEX triplet: D8, 21 and B6. RGB value is (216,33,182). Sum of RGB (Red+Green+Blue) = 216+33+182=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D821B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D821B6 is #27DE49. Grayscale: #686868. Windows color (decimal): -2612810 or 11936216. OLE color: 11936216.

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

Color convert

RGB21633182-
CMYK00.850.160.15
HSL311.15º73.49%48.82%-
HSV(B)311.15º84.72%84.71%-
XYZ37.3119.0645.97-
YUV104.7171.63207.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.12%
GREEN value IS 33 (13.28% from 255) = 7.66%
BLUE value IS 182 (71.48% from 255) = 42.23%
R=50.12%
G=7.66%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163318200.850.160.15311.1573.4948.82
HexD821B605510F1374931
Octal330412660125201746711161
Binary1101100010000110110110010101011000011111001101111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D821B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D821B6; }

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

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

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

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

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

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

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

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