Shades of Shocking Pink #DD1FC1
Tints of Shocking Pink #DD1FC1
RGB
CMYK
RGB Variations
Color information
#DD1FC1 (or 0xDD1FC1) is known color: Shocking Pink. HEX triplet: DD, 1F and C1. RGB value is (221,31,193). Sum of RGB (Red+Green+Blue) = 221+31+193=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 31 (12.5% from 255 or 6.97% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FC1 is #22E03E. Grayscale: #696969. Windows color (decimal): -2285631 or 12656605. OLE color: 12656605.
HSL color Cylindrical-coordinate representation of color #DD1FC1: hue angle of 308.84º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1FC1 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 31 | 193 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.13 |
| HSL | 308.84º | 0.75% | 0.49% | - |
| HSV(B) | 308.84º | 0.86% | 0.87% | - |
| XYZ | 39.93 | 20.2 | 52.25 | - |
| YUV | 106.28 | 176.95 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 31 | 193 | 0 | 0.86 | 0.13 | 0.13 | 308.84 | 0.75 | 0.49 |
| Hex | DD | 1F | C1 | 0 | 56 | D | D | 135 | 4B | 31 |
| Octal | 335 | 37 | 301 | 0 | 126 | 15 | 15 | 465 | 113 | 61 |
| Binary | 11011101 | 11111 | 11000001 | 0 | 1010110 | 1101 | 1101 | 100110101 | 1001011 | 110001 |
Color Harmonies of #DD1FC1
Complementary color
Monochromatic Colors of #DD1FC1
Black with #DD1FC1
Text Example
Text Example
White with #DD1FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1FC1; }
p { color: rgb(221,31,193); }
H1.HeaderClassName
{
color: #DD1FC1;
}
.AnyTagClassName
{
color: #DD1FC1;
}
</style>
background-color css
<style>
a { background-color: #DD1FC1; }
a { background-color: rgb(221,31,193); }
div.DivClassName
{
background-color: #DD1FC1;
}
.BgClassName
{
background-color: #DD1FC1;
}
</style>
border-color css
<style>
span { border-color: #DD1FC1; }
span { border-color: rgb(221,31,193); }
td.TdClassName
{
border-color: #DD1FC1;
}
.TagClassName
{
border-color: #DD1FC1;
}
</style>