#D922BB

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

Shades of Shocking Pink #D922BB

Tints of Shocking Pink #D922BB

Color information

#D922BB (or 0xD922BB) is unknown color: approx Shocking Pink. HEX triplet: D9, 22 and BB. RGB value is (217,34,187). Sum of RGB (Red+Green+Blue) = 217+34+187=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 34 (13.67% from 255 or 7.76% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D922BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D922BB is #26DD44. Grayscale: #696969. Windows color (decimal): -2547013 or 12264153. OLE color: 12264153.

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

Color convert

RGB21734187-
CMYK00.840.140.15
HSL309.84º72.91%49.22%-
HSV(B)309.84º84.33%85.1%-
XYZ38.1619.4848.76-
YUV106.16173.63207.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.54%
GREEN value IS 34 (13.67% from 255) = 7.76%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=49.54%
G=7.76%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173418700.840.140.15309.8472.9149.22
HexD922BB054EF1364931
Octal331422730124161746611161
Binary110110011000101011101101010100111011111001101101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D922BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D922BB; }

 p { color: rgb(217,34,187); }

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

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

 a { background-color: rgb(217,34,187); }

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

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

 span { border-color: rgb(217,34,187); }

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