#DD10B5

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

Shades of Shocking Pink #DD10B5

Tints of Shocking Pink #DD10B5

Color information

#DD10B5 (or 0xDD10B5) is unknown color: approx Shocking Pink. HEX triplet: DD, 10 and B5. RGB value is (221,16,181). Sum of RGB (Red+Green+Blue) = 221+16+181=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10B5 is #22EF4A. Grayscale: #5F5F5F. Windows color (decimal): -2289483 or 11866333. OLE color: 11866333.

HSL color Cylindrical-coordinate representation of color #DD10B5: hue angle of 311.71º 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 #DD10B5 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB22116181-
CMYK00.930.180.13
HSL311.71º86.5%46.47%-
HSV(B)311.71º92.76%86.67%-
XYZ38.3419.0845.38-
YUV96.1175.92217.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.87%
GREEN value IS 16 (6.64% from 255) = 3.83%
BLUE value IS 181 (71.09% from 255) = 43.30%
R=52.87%
G=3.83%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211618100.930.180.13311.7186.546.47
HexDD10B505D12D138562e
Octal335202650135221547012656
Binary110111011000010110101010111011001011011001110001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD10B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD10B5; }

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

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

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

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

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

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

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

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