Shades of Shocking Pink #DD14B9
Tints of Shocking Pink #DD14B9
RGB
CMYK
RGB Variations
Color information
#DD14B9 (or 0xDD14B9) is known color: Shocking Pink. HEX triplet: DD, 14 and B9. RGB value is (221,20,185). Sum of RGB (Red+Green+Blue) = 221+20+185=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14B9 is #22EB46. Grayscale: #626262. Windows color (decimal): -2288455 or 12129501. OLE color: 12129501.
HSL color Cylindrical-coordinate representation of color #DD14B9: hue angle of 310.75º 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 #DD14B9 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 185 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.13 |
| HSL | 310.75º | 0.83% | 0.47% | - |
| HSV(B) | 310.75º | 0.91% | 0.87% | - |
| XYZ | 38.83 | 19.38 | 47.59 | - |
| YUV | 98.91 | 176.59 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 185 | 0 | 0.91 | 0.16 | 0.13 | 310.75 | 0.83 | 0.47 |
| Hex | DD | 14 | B9 | 0 | 5B | 10 | D | 137 | 53 | 2F |
| Octal | 335 | 24 | 271 | 0 | 133 | 20 | 15 | 467 | 123 | 57 |
| Binary | 11011101 | 10100 | 10111001 | 0 | 1011011 | 10000 | 1101 | 100110111 | 1010011 | 101111 |
Color Harmonies of #DD14B9
Complementary color
Monochromatic Colors of #DD14B9
Black with #DD14B9
Text Example
Text Example
White with #DD14B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD14B9; }
p { color: rgb(221,20,185); }
H1.HeaderClassName
{
color: #DD14B9;
}
.AnyTagClassName
{
color: #DD14B9;
}
</style>
background-color css
<style>
a { background-color: #DD14B9; }
a { background-color: rgb(221,20,185); }
div.DivClassName
{
background-color: #DD14B9;
}
.BgClassName
{
background-color: #DD14B9;
}
</style>
border-color css
<style>
span { border-color: #DD14B9; }
span { border-color: rgb(221,20,185); }
td.TdClassName
{
border-color: #DD14B9;
}
.TagClassName
{
border-color: #DD14B9;
}
</style>