Shades of Shocking Pink #DD22C1
Tints of Shocking Pink #DD22C1
RGB
CMYK
RGB Variations
Color information
#DD22C1 (or 0xDD22C1) is known color: Shocking Pink. HEX triplet: DD, 22 and C1. RGB value is (221,34,193). Sum of RGB (Red+Green+Blue) = 221+34+193=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 34 (13.67% from 255 or 7.59% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22C1 is #22DD3E. Grayscale: #6B6B6B. Windows color (decimal): -2284863 or 12657373. OLE color: 12657373.
HSL color Cylindrical-coordinate representation of color #DD22C1: hue angle of 308.98º 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 #DD22C1 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 193 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.13 |
| HSL | 308.98º | 0.73% | 0.5% | - |
| HSV(B) | 308.98º | 0.85% | 0.87% | - |
| XYZ | 40.02 | 20.37 | 52.27 | - |
| YUV | 108.04 | 175.95 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 193 | 0 | 0.85 | 0.13 | 0.13 | 308.98 | 0.73 | 0.5 |
| Hex | DD | 22 | C1 | 0 | 55 | D | D | 135 | 49 | 32 |
| Octal | 335 | 42 | 301 | 0 | 125 | 15 | 15 | 465 | 111 | 62 |
| Binary | 11011101 | 100010 | 11000001 | 0 | 1010101 | 1101 | 1101 | 100110101 | 1001001 | 110010 |
Color Harmonies of #DD22C1
Complementary color
Monochromatic Colors of #DD22C1
Black with #DD22C1
Text Example
Text Example
White with #DD22C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22C1; }
p { color: rgb(221,34,193); }
H1.HeaderClassName
{
color: #DD22C1;
}
.AnyTagClassName
{
color: #DD22C1;
}
</style>
background-color css
<style>
a { background-color: #DD22C1; }
a { background-color: rgb(221,34,193); }
div.DivClassName
{
background-color: #DD22C1;
}
.BgClassName
{
background-color: #DD22C1;
}
</style>
border-color css
<style>
span { border-color: #DD22C1; }
span { border-color: rgb(221,34,193); }
td.TdClassName
{
border-color: #DD22C1;
}
.TagClassName
{
border-color: #DD22C1;
}
</style>