#DC22BB

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

Shades of Shocking Pink #DC22BB

Tints of Shocking Pink #DC22BB

Color information

#DC22BB (or 0xDC22BB) is unknown color: approx Shocking Pink. HEX triplet: DC, 22 and BB. RGB value is (220,34,187). Sum of RGB (Red+Green+Blue) = 220+34+187=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 34 (13.67% from 255 or 7.71% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC22BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC22BB is #23DD44. Grayscale: #6A6A6A. Windows color (decimal): -2350405 or 12264156. OLE color: 12264156.

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

Color convert

RGB22034187-
CMYK00.850.150.14
HSL310.65º73.23%49.8%-
HSV(B)310.65º84.55%86.27%-
XYZ39.0619.9548.81-
YUV107.06173.12208.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.89%
GREEN value IS 34 (13.67% from 255) = 7.71%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=49.89%
G=7.71%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2203418700.850.150.14310.6573.2349.8
HexDC22BB055FE1374932
Octal334422730125171646711162
Binary110111001000101011101101010101111111101001101111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC22BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC22BB; }

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

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

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

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

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

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

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

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