Shades of Shocking Pink #DD23C0
Tints of Shocking Pink #DD23C0
RGB
CMYK
RGB Variations
Color information
#DD23C0 (or 0xDD23C0) is known color: Shocking Pink. HEX triplet: DD, 23 and C0. RGB value is (221,35,192). Sum of RGB (Red+Green+Blue) = 221+35+192=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23C0 is #22DC3F. Grayscale: #6C6C6C. Windows color (decimal): -2284608 or 12592093. OLE color: 12592093.
HSL color Cylindrical-coordinate representation of color #DD23C0: hue angle of 309.35º 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 #DD23C0 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 192 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.13 |
| HSL | 309.35º | 0.73% | 0.5% | - |
| HSV(B) | 309.35º | 0.84% | 0.87% | - |
| XYZ | 39.93 | 20.38 | 51.7 | - |
| YUV | 108.51 | 175.12 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 192 | 0 | 0.84 | 0.13 | 0.13 | 309.35 | 0.73 | 0.5 |
| Hex | DD | 23 | C0 | 0 | 54 | D | D | 135 | 49 | 32 |
| Octal | 335 | 43 | 300 | 0 | 124 | 15 | 15 | 465 | 111 | 62 |
| Binary | 11011101 | 100011 | 11000000 | 0 | 1010100 | 1101 | 1101 | 100110101 | 1001001 | 110010 |
Color Harmonies of #DD23C0
Complementary color
Monochromatic Colors of #DD23C0
Black with #DD23C0
Text Example
Text Example
White with #DD23C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23C0; }
p { color: rgb(221,35,192); }
H1.HeaderClassName
{
color: #DD23C0;
}
.AnyTagClassName
{
color: #DD23C0;
}
</style>
background-color css
<style>
a { background-color: #DD23C0; }
a { background-color: rgb(221,35,192); }
div.DivClassName
{
background-color: #DD23C0;
}
.BgClassName
{
background-color: #DD23C0;
}
</style>
border-color css
<style>
span { border-color: #DD23C0; }
span { border-color: rgb(221,35,192); }
td.TdClassName
{
border-color: #DD23C0;
}
.TagClassName
{
border-color: #DD23C0;
}
</style>