Shades of Shocking Pink #DD24BC
Tints of Shocking Pink #DD24BC
RGB
CMYK
RGB Variations
Color information
#DD24BC (or 0xDD24BC) is known color: Shocking Pink. HEX triplet: DD, 24 and BC. RGB value is (221,36,188). Sum of RGB (Red+Green+Blue) = 221+36+188=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD24BC is #22DB43. Grayscale: #6C6C6C. Windows color (decimal): -2284356 or 12330205. OLE color: 12330205.
HSL color Cylindrical-coordinate representation of color #DD24BC: hue angle of 310.7º 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 #DD24BC is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 188 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.13 |
| HSL | 310.7º | 0.73% | 0.5% | - |
| HSV(B) | 310.7º | 0.84% | 0.87% | - |
| XYZ | 39.53 | 20.26 | 49.41 | - |
| YUV | 108.64 | 172.79 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 188 | 0 | 0.84 | 0.15 | 0.13 | 310.7 | 0.73 | 0.5 |
| Hex | DD | 24 | BC | 0 | 54 | F | D | 137 | 49 | 32 |
| Octal | 335 | 44 | 274 | 0 | 124 | 17 | 15 | 467 | 111 | 62 |
| Binary | 11011101 | 100100 | 10111100 | 0 | 1010100 | 1111 | 1101 | 100110111 | 1001001 | 110010 |
Color Harmonies of #DD24BC
Complementary color
Monochromatic Colors of #DD24BC
Black with #DD24BC
Text Example
Text Example
White with #DD24BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24BC; }
p { color: rgb(221,36,188); }
H1.HeaderClassName
{
color: #DD24BC;
}
.AnyTagClassName
{
color: #DD24BC;
}
</style>
background-color css
<style>
a { background-color: #DD24BC; }
a { background-color: rgb(221,36,188); }
div.DivClassName
{
background-color: #DD24BC;
}
.BgClassName
{
background-color: #DD24BC;
}
</style>
border-color css
<style>
span { border-color: #DD24BC; }
span { border-color: rgb(221,36,188); }
td.TdClassName
{
border-color: #DD24BC;
}
.TagClassName
{
border-color: #DD24BC;
}
</style>