Shades of Shocking Pink #DD14BB
Tints of Shocking Pink #DD14BB
RGB
CMYK
RGB Variations
Color information
#DD14BB (or 0xDD14BB) is known color: Shocking Pink. HEX triplet: DD, 14 and BB. RGB value is (221,20,187). Sum of RGB (Red+Green+Blue) = 221+20+187=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14BB is #22EB44. Grayscale: #626262. Windows color (decimal): -2288453 or 12260573. OLE color: 12260573.
HSL color Cylindrical-coordinate representation of color #DD14BB: hue angle of 310.15º 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 #DD14BB is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 187 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.13 |
| HSL | 310.15º | 0.83% | 0.47% | - |
| HSV(B) | 310.15º | 0.91% | 0.87% | - |
| XYZ | 39.04 | 19.46 | 48.71 | - |
| YUV | 99.14 | 177.59 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 187 | 0 | 0.91 | 0.15 | 0.13 | 310.15 | 0.83 | 0.47 |
| Hex | DD | 14 | BB | 0 | 5B | F | D | 136 | 53 | 2F |
| Octal | 335 | 24 | 273 | 0 | 133 | 17 | 15 | 466 | 123 | 57 |
| Binary | 11011101 | 10100 | 10111011 | 0 | 1011011 | 1111 | 1101 | 100110110 | 1010011 | 101111 |
Color Harmonies of #DD14BB
Complementary color
Monochromatic Colors of #DD14BB
Black with #DD14BB
Text Example
Text Example
White with #DD14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD14BB; }
p { color: rgb(221,20,187); }
H1.HeaderClassName
{
color: #DD14BB;
}
.AnyTagClassName
{
color: #DD14BB;
}
</style>
background-color css
<style>
a { background-color: #DD14BB; }
a { background-color: rgb(221,20,187); }
div.DivClassName
{
background-color: #DD14BB;
}
.BgClassName
{
background-color: #DD14BB;
}
</style>
border-color css
<style>
span { border-color: #DD14BB; }
span { border-color: rgb(221,20,187); }
td.TdClassName
{
border-color: #DD14BB;
}
.TagClassName
{
border-color: #DD14BB;
}
</style>