Shades of Shocking Pink #DD1DBF
Tints of Shocking Pink #DD1DBF
RGB
CMYK
RGB Variations
Color information
#DD1DBF (or 0xDD1DBF) is known color: Shocking Pink. HEX triplet: DD, 1D and BF. RGB value is (221,29,191). Sum of RGB (Red+Green+Blue) = 221+29+191=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1DBF is #22E240. Grayscale: #686868. Windows color (decimal): -2286145 or 12525021. OLE color: 12525021.
HSL color Cylindrical-coordinate representation of color #DD1DBF: hue angle of 309.38º degrees, saturation: 0.77, 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 #DD1DBF is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 29 | 191 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.13 |
| HSL | 309.38º | 0.77% | 0.49% | - |
| HSV(B) | 309.38º | 0.87% | 0.87% | - |
| XYZ | 39.66 | 20.01 | 51.06 | - |
| YUV | 104.88 | 176.61 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 191 | 0 | 0.87 | 0.14 | 0.13 | 309.38 | 0.77 | 0.49 |
| Hex | DD | 1D | BF | 0 | 57 | E | D | 135 | 4D | 31 |
| Octal | 335 | 35 | 277 | 0 | 127 | 16 | 15 | 465 | 115 | 61 |
| Binary | 11011101 | 11101 | 10111111 | 0 | 1010111 | 1110 | 1101 | 100110101 | 1001101 | 110001 |
Color Harmonies of #DD1DBF
Complementary color
Monochromatic Colors of #DD1DBF
Black with #DD1DBF
Text Example
Text Example
White with #DD1DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1DBF; }
p { color: rgb(221,29,191); }
H1.HeaderClassName
{
color: #DD1DBF;
}
.AnyTagClassName
{
color: #DD1DBF;
}
</style>
background-color css
<style>
a { background-color: #DD1DBF; }
a { background-color: rgb(221,29,191); }
div.DivClassName
{
background-color: #DD1DBF;
}
.BgClassName
{
background-color: #DD1DBF;
}
</style>
border-color css
<style>
span { border-color: #DD1DBF; }
span { border-color: rgb(221,29,191); }
td.TdClassName
{
border-color: #DD1DBF;
}
.TagClassName
{
border-color: #DD1DBF;
}
</style>