Shades of Shocking Pink #DD22C5
Tints of Shocking Pink #DD22C5
RGB
CMYK
RGB Variations
Color information
#DD22C5 (or 0xDD22C5) is known color: Shocking Pink. HEX triplet: DD, 22 and C5. RGB value is (221,34,197). Sum of RGB (Red+Green+Blue) = 221+34+197=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 34 (13.67% from 255 or 7.52% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22C5 is #22DD3A. Grayscale: #6C6C6C. Windows color (decimal): -2284859 or 12919517. OLE color: 12919517.
HSL color Cylindrical-coordinate representation of color #DD22C5: hue angle of 307.7º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD22C5 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 197 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.13 |
| HSL | 307.7º | 0.73% | 0.5% | - |
| HSV(B) | 307.7º | 0.85% | 0.87% | - |
| XYZ | 40.47 | 20.55 | 54.66 | - |
| YUV | 108.5 | 177.95 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 197 | 0 | 0.85 | 0.11 | 0.13 | 307.7 | 0.73 | 0.5 |
| Hex | DD | 22 | C5 | 0 | 55 | B | D | 134 | 49 | 32 |
| Octal | 335 | 42 | 305 | 0 | 125 | 13 | 15 | 464 | 111 | 62 |
| Binary | 11011101 | 100010 | 11000101 | 0 | 1010101 | 1011 | 1101 | 100110100 | 1001001 | 110010 |
Color Harmonies of #DD22C5
Complementary color
Monochromatic Colors of #DD22C5
Black with #DD22C5
Text Example
Text Example
White with #DD22C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22C5; }
p { color: rgb(221,34,197); }
H1.HeaderClassName
{
color: #DD22C5;
}
.AnyTagClassName
{
color: #DD22C5;
}
</style>
background-color css
<style>
a { background-color: #DD22C5; }
a { background-color: rgb(221,34,197); }
div.DivClassName
{
background-color: #DD22C5;
}
.BgClassName
{
background-color: #DD22C5;
}
</style>
border-color css
<style>
span { border-color: #DD22C5; }
span { border-color: rgb(221,34,197); }
td.TdClassName
{
border-color: #DD22C5;
}
.TagClassName
{
border-color: #DD22C5;
}
</style>