Shades of Shocking Pink #DD14BC
Tints of Shocking Pink #DD14BC
RGB
CMYK
RGB Variations
Color information
#DD14BC (or 0xDD14BC) is known color: Shocking Pink. HEX triplet: DD, 14 and BC. RGB value is (221,20,188). Sum of RGB (Red+Green+Blue) = 221+20+188=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14BC is #22EB43. Grayscale: #626262. Windows color (decimal): -2288452 or 12326109. OLE color: 12326109.
HSL color Cylindrical-coordinate representation of color #DD14BC: hue angle of 309.85º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD14BC is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 188 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.13 |
| HSL | 309.85º | 0.83% | 0.47% | - |
| HSV(B) | 309.85º | 0.91% | 0.87% | - |
| XYZ | 39.15 | 19.5 | 49.28 | - |
| YUV | 99.25 | 178.09 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 188 | 0 | 0.91 | 0.15 | 0.13 | 309.85 | 0.83 | 0.47 |
| Hex | DD | 14 | BC | 0 | 5B | F | D | 136 | 53 | 2F |
| Octal | 335 | 24 | 274 | 0 | 133 | 17 | 15 | 466 | 123 | 57 |
| Binary | 11011101 | 10100 | 10111100 | 0 | 1011011 | 1111 | 1101 | 100110110 | 1010011 | 101111 |
Color Harmonies of #DD14BC
Complementary color
Monochromatic Colors of #DD14BC
Black with #DD14BC
Text Example
Text Example
White with #DD14BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD14BC; }
p { color: rgb(221,20,188); }
H1.HeaderClassName
{
color: #DD14BC;
}
.AnyTagClassName
{
color: #DD14BC;
}
</style>
background-color css
<style>
a { background-color: #DD14BC; }
a { background-color: rgb(221,20,188); }
div.DivClassName
{
background-color: #DD14BC;
}
.BgClassName
{
background-color: #DD14BC;
}
</style>
border-color css
<style>
span { border-color: #DD14BC; }
span { border-color: rgb(221,20,188); }
td.TdClassName
{
border-color: #DD14BC;
}
.TagClassName
{
border-color: #DD14BC;
}
</style>