#DD10B7

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

Shades of Shocking Pink #DD10B7

Tints of Shocking Pink #DD10B7

Color information

#DD10B7 (or 0xDD10B7) is unknown color: approx Shocking Pink. HEX triplet: DD, 10 and B7. RGB value is (221,16,183). Sum of RGB (Red+Green+Blue) = 221+16+183=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10B7 is #22EF48. Grayscale: #5F5F5F. Windows color (decimal): -2289481 or 11997405. OLE color: 11997405.

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

Color convert

RGB22116183-
CMYK00.930.170.13
HSL311.12º86.5%46.47%-
HSV(B)311.12º92.76%86.67%-
XYZ38.5519.1646.47-
YUV96.33176.92216.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.62%
GREEN value IS 16 (6.64% from 255) = 3.81%
BLUE value IS 183 (71.88% from 255) = 43.57%
R=52.62%
G=3.81%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211618300.930.170.13311.1286.546.47
HexDD10B705D11D137562e
Octal335202670135211546712656
Binary110111011000010110111010111011000111011001101111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD10B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD10B7; }

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

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

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

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

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

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

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

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