Shades of Shocking Pink #DD25C0
Tints of Shocking Pink #DD25C0
RGB
CMYK
RGB Variations
Color information
#DD25C0 (or 0xDD25C0) is known color: Shocking Pink. HEX triplet: DD, 25 and C0. RGB value is (221,37,192). Sum of RGB (Red+Green+Blue) = 221+37+192=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25C0 is #22DA3F. Grayscale: #6D6D6D. Windows color (decimal): -2284096 or 12592605. OLE color: 12592605.
HSL color Cylindrical-coordinate representation of color #DD25C0: hue angle of 309.46º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD25C0 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 192 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.13 |
| HSL | 309.46º | 0.73% | 0.51% | - |
| HSV(B) | 309.46º | 0.83% | 0.87% | - |
| XYZ | 39.99 | 20.5 | 51.72 | - |
| YUV | 109.69 | 174.46 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 192 | 0 | 0.83 | 0.13 | 0.13 | 309.46 | 0.73 | 0.51 |
| Hex | DD | 25 | C0 | 0 | 53 | D | D | 135 | 49 | 33 |
| Octal | 335 | 45 | 300 | 0 | 123 | 15 | 15 | 465 | 111 | 63 |
| Binary | 11011101 | 100101 | 11000000 | 0 | 1010011 | 1101 | 1101 | 100110101 | 1001001 | 110011 |
Color Harmonies of #DD25C0
Complementary color
Monochromatic Colors of #DD25C0
Black with #DD25C0
Text Example
Text Example
White with #DD25C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25C0; }
p { color: rgb(221,37,192); }
H1.HeaderClassName
{
color: #DD25C0;
}
.AnyTagClassName
{
color: #DD25C0;
}
</style>
background-color css
<style>
a { background-color: #DD25C0; }
a { background-color: rgb(221,37,192); }
div.DivClassName
{
background-color: #DD25C0;
}
.BgClassName
{
background-color: #DD25C0;
}
</style>
border-color css
<style>
span { border-color: #DD25C0; }
span { border-color: rgb(221,37,192); }
td.TdClassName
{
border-color: #DD25C0;
}
.TagClassName
{
border-color: #DD25C0;
}
</style>