#DD11B7

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

Shades of Shocking Pink #DD11B7

Tints of Shocking Pink #DD11B7

Color information

#DD11B7 (or 0xDD11B7) is unknown color: approx Shocking Pink. HEX triplet: DD, 11 and B7. RGB value is (221,17,183). Sum of RGB (Red+Green+Blue) = 221+17+183=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD11B7 is #22EE48. Grayscale: #606060. Windows color (decimal): -2289225 or 11997661. OLE color: 11997661.

HSL color Cylindrical-coordinate representation of color #DD11B7: hue angle of 311.18º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD11B7 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB22117183-
CMYK00.920.170.13
HSL311.18º85.71%46.67%-
HSV(B)311.18º92.31%86.67%-
XYZ38.5719.1946.47-
YUV96.92176.59216.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.49%
GREEN value IS 17 (7.03% from 255) = 4.04%
BLUE value IS 183 (71.88% from 255) = 43.47%
R=52.49%
G=4.04%
B=43.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211718300.920.170.13311.1885.7146.67
HexDD11B705C11D137562f
Octal335212670134211546712657
Binary110111011000110110111010111001000111011001101111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD11B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD11B7; }

 p { color: rgb(221,17,183); }

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

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

 a { background-color: rgb(221,17,183); }

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

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

 span { border-color: rgb(221,17,183); }

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