#DD15B7

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

Shades of Shocking Pink #DD15B7

Tints of Shocking Pink #DD15B7

Color information

#DD15B7 (or 0xDD15B7) is unknown color: approx Shocking Pink. HEX triplet: DD, 15 and B7. RGB value is (221,21,183). Sum of RGB (Red+Green+Blue) = 221+21+183=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15B7 is #22EA48. Grayscale: #626262. Windows color (decimal): -2288201 or 11998685. OLE color: 11998685.

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

Color convert

RGB22121183-
CMYK00.900.170.13
HSL311.4º82.64%47.45%-
HSV(B)311.4º90.5%86.67%-
XYZ38.6319.3346.49-
YUV99.27175.26214.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52%
GREEN value IS 21 (8.59% from 255) = 4.94%
BLUE value IS 183 (71.88% from 255) = 43.06%
R=52%
G=4.94%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212118300.900.170.13311.482.6447.45
HexDD15B705A11D137532f
Octal335252670132211546712357
Binary110111011010110110111010110101000111011001101111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD15B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD15B7; }

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

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

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

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

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

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

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

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