Shades of Shocking Pink #DD13B7
Tints of Shocking Pink #DD13B7
RGB
CMYK
RGB Variations
Color information
#DD13B7 (or 0xDD13B7) is known color: Shocking Pink. HEX triplet: DD, 13 and B7. RGB value is (221,19,183). Sum of RGB (Red+Green+Blue) = 221+19+183=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD13B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD13B7 is #22EC48. Grayscale: #616161. Windows color (decimal): -2288713 or 11998173. OLE color: 11998173.
HSL color Cylindrical-coordinate representation of color #DD13B7: hue angle of 311.29º degrees, saturation: 0.84, 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 #DD13B7 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 183 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.13 |
| HSL | 311.29º | 0.84% | 0.47% | - |
| HSV(B) | 311.29º | 0.91% | 0.87% | - |
| XYZ | 38.6 | 19.26 | 46.48 | - |
| YUV | 98.09 | 175.92 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 183 | 0 | 0.91 | 0.17 | 0.13 | 311.29 | 0.84 | 0.47 |
| Hex | DD | 13 | B7 | 0 | 5B | 11 | D | 137 | 54 | 2F |
| Octal | 335 | 23 | 267 | 0 | 133 | 21 | 15 | 467 | 124 | 57 |
| Binary | 11011101 | 10011 | 10110111 | 0 | 1011011 | 10001 | 1101 | 100110111 | 1010100 | 101111 |
Color Harmonies of #DD13B7
Complementary color
Monochromatic Colors of #DD13B7
Black with #DD13B7
Text Example
Text Example
White with #DD13B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD13B7; }
p { color: rgb(221,19,183); }
H1.HeaderClassName
{
color: #DD13B7;
}
.AnyTagClassName
{
color: #DD13B7;
}
</style>
background-color css
<style>
a { background-color: #DD13B7; }
a { background-color: rgb(221,19,183); }
div.DivClassName
{
background-color: #DD13B7;
}
.BgClassName
{
background-color: #DD13B7;
}
</style>
border-color css
<style>
span { border-color: #DD13B7; }
span { border-color: rgb(221,19,183); }
td.TdClassName
{
border-color: #DD13B7;
}
.TagClassName
{
border-color: #DD13B7;
}
</style>