Shades of Shocking Pink #DD24C0
Tints of Shocking Pink #DD24C0
RGB
CMYK
RGB Variations
Color information
#DD24C0 (or 0xDD24C0) is known color: Shocking Pink. HEX triplet: DD, 24 and C0. RGB value is (221,36,192). Sum of RGB (Red+Green+Blue) = 221+36+192=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD24C0 is #22DB3F. Grayscale: #6C6C6C. Windows color (decimal): -2284352 or 12592349. OLE color: 12592349.
HSL color Cylindrical-coordinate representation of color #DD24C0: hue angle of 309.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD24C0 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 192 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.13 |
| HSL | 309.41º | 0.73% | 0.5% | - |
| HSV(B) | 309.41º | 0.84% | 0.87% | - |
| XYZ | 39.96 | 20.44 | 51.71 | - |
| YUV | 109.1 | 174.79 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 192 | 0 | 0.84 | 0.13 | 0.13 | 309.41 | 0.73 | 0.5 |
| Hex | DD | 24 | C0 | 0 | 54 | D | D | 135 | 49 | 32 |
| Octal | 335 | 44 | 300 | 0 | 124 | 15 | 15 | 465 | 111 | 62 |
| Binary | 11011101 | 100100 | 11000000 | 0 | 1010100 | 1101 | 1101 | 100110101 | 1001001 | 110010 |
Color Harmonies of #DD24C0
Complementary color
Monochromatic Colors of #DD24C0
Black with #DD24C0
Text Example
Text Example
White with #DD24C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24C0; }
p { color: rgb(221,36,192); }
H1.HeaderClassName
{
color: #DD24C0;
}
.AnyTagClassName
{
color: #DD24C0;
}
</style>
background-color css
<style>
a { background-color: #DD24C0; }
a { background-color: rgb(221,36,192); }
div.DivClassName
{
background-color: #DD24C0;
}
.BgClassName
{
background-color: #DD24C0;
}
</style>
border-color css
<style>
span { border-color: #DD24C0; }
span { border-color: rgb(221,36,192); }
td.TdClassName
{
border-color: #DD24C0;
}
.TagClassName
{
border-color: #DD24C0;
}
</style>