#DD10B3

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

Shades of Shocking Pink #DD10B3

Tints of Shocking Pink #DD10B3

Color information

#DD10B3 (or 0xDD10B3) is unknown color: approx Shocking Pink. HEX triplet: DD, 10 and B3. RGB value is (221,16,179). Sum of RGB (Red+Green+Blue) = 221+16+179=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10B3 is #22EF4C. Grayscale: #5F5F5F. Windows color (decimal): -2289485 or 11735261. OLE color: 11735261.

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

Color convert

RGB22116179-
CMYK00.930.190.13
HSL312.29º86.5%46.47%-
HSV(B)312.29º92.76%86.67%-
XYZ38.141944.3-
YUV95.88174.92217.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.12%
GREEN value IS 16 (6.64% from 255) = 3.85%
BLUE value IS 179 (70.31% from 255) = 43.03%
R=53.12%
G=3.85%
B=43.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211617900.930.190.13312.2986.546.47
HexDD10B305D13D138562e
Octal335202630135231547012656
Binary110111011000010110011010111011001111011001110001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD10B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD10B3; }

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

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

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

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

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

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

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

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