Shades of Shocking Pink #DD1CC0
Tints of Shocking Pink #DD1CC0
RGB
CMYK
RGB Variations
Color information
#DD1CC0 (or 0xDD1CC0) is known color: Shocking Pink. HEX triplet: DD, 1C and C0. RGB value is (221,28,192). Sum of RGB (Red+Green+Blue) = 221+28+192=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1CC0 is #22E33F. Grayscale: #676767. Windows color (decimal): -2286400 or 12590301. OLE color: 12590301.
HSL color Cylindrical-coordinate representation of color #DD1CC0: hue angle of 309.02º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1CC0 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 192 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.13 |
| HSL | 309.02º | 0.78% | 0.49% | - |
| HSV(B) | 309.02º | 0.87% | 0.87% | - |
| XYZ | 39.75 | 20.01 | 51.64 | - |
| YUV | 104.4 | 177.44 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 192 | 0 | 0.87 | 0.13 | 0.13 | 309.02 | 0.78 | 0.49 |
| Hex | DD | 1C | C0 | 0 | 57 | D | D | 135 | 4E | 31 |
| Octal | 335 | 34 | 300 | 0 | 127 | 15 | 15 | 465 | 116 | 61 |
| Binary | 11011101 | 11100 | 11000000 | 0 | 1010111 | 1101 | 1101 | 100110101 | 1001110 | 110001 |
Color Harmonies of #DD1CC0
Complementary color
Monochromatic Colors of #DD1CC0
Black with #DD1CC0
Text Example
Text Example
White with #DD1CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1CC0; }
p { color: rgb(221,28,192); }
H1.HeaderClassName
{
color: #DD1CC0;
}
.AnyTagClassName
{
color: #DD1CC0;
}
</style>
background-color css
<style>
a { background-color: #DD1CC0; }
a { background-color: rgb(221,28,192); }
div.DivClassName
{
background-color: #DD1CC0;
}
.BgClassName
{
background-color: #DD1CC0;
}
</style>
border-color css
<style>
span { border-color: #DD1CC0; }
span { border-color: rgb(221,28,192); }
td.TdClassName
{
border-color: #DD1CC0;
}
.TagClassName
{
border-color: #DD1CC0;
}
</style>