Shades of Shocking Pink #FF1DD0
Tints of Shocking Pink #FF1DD0
RGB
CMYK
RGB Variations
Color information
#FF1DD0 (or 0xFF1DD0) is known color: Shocking Pink. HEX triplet: FF, 1D and D0. RGB value is (255,29,208). Sum of RGB (Red+Green+Blue) = 255+29+208=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 29 (11.72% from 255 or 5.89% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1DD0 is #00E22F. Grayscale: #747474. Windows color (decimal): -57904 or 13639167. OLE color: 13639167.
HSL color Cylindrical-coordinate representation of color #FF1DD0: hue angle of 312.48º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1DD0 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 208 | - |
| CMYK | 0 | 0.89 | 0.18 | 0 |
| HSL | 312.48º | 1% | 0.56% | - |
| HSV(B) | 312.48º | 0.89% | 1% | - |
| XYZ | 53.06 | 26.69 | 62.03 | - |
| YUV | 116.98 | 179.37 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 208 | 0 | 0.89 | 0.18 | 0 | 312.48 | 1 | 0.56 |
| Hex | FF | 1D | D0 | 0 | 59 | 12 | 0 | 138 | 64 | 38 |
| Octal | 377 | 35 | 320 | 0 | 131 | 22 | 0 | 470 | 144 | 70 |
| Binary | 11111111 | 11101 | 11010000 | 0 | 1011001 | 10010 | 0 | 100111000 | 1100100 | 111000 |
Color Harmonies of #FF1DD0
Complementary color
Monochromatic Colors of #FF1DD0
Black with #FF1DD0
Text Example
Text Example
White with #FF1DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1DD0; }
p { color: rgb(255,29,208); }
H1.HeaderClassName
{
color: #FF1DD0;
}
.AnyTagClassName
{
color: #FF1DD0;
}
</style>
background-color css
<style>
a { background-color: #FF1DD0; }
a { background-color: rgb(255,29,208); }
div.DivClassName
{
background-color: #FF1DD0;
}
.BgClassName
{
background-color: #FF1DD0;
}
</style>
border-color css
<style>
span { border-color: #FF1DD0; }
span { border-color: rgb(255,29,208); }
td.TdClassName
{
border-color: #FF1DD0;
}
.TagClassName
{
border-color: #FF1DD0;
}
</style>