Shades of Shocking Pink #DD23BC
Tints of Shocking Pink #DD23BC
RGB
CMYK
RGB Variations
Color information
#DD23BC (or 0xDD23BC) is known color: Shocking Pink. HEX triplet: DD, 23 and BC. RGB value is (221,35,188). Sum of RGB (Red+Green+Blue) = 221+35+188=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 35 (14.06% from 255 or 7.88% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23BC is #22DC43. Grayscale: #6B6B6B. Windows color (decimal): -2284612 or 12329949. OLE color: 12329949.
HSL color Cylindrical-coordinate representation of color #DD23BC: hue angle of 310.65º 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 #DD23BC is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 188 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.13 |
| HSL | 310.65º | 0.73% | 0.5% | - |
| HSV(B) | 310.65º | 0.84% | 0.87% | - |
| XYZ | 39.5 | 20.21 | 49.4 | - |
| YUV | 108.06 | 173.12 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 188 | 0 | 0.84 | 0.15 | 0.13 | 310.65 | 0.73 | 0.5 |
| Hex | DD | 23 | BC | 0 | 54 | F | D | 137 | 49 | 32 |
| Octal | 335 | 43 | 274 | 0 | 124 | 17 | 15 | 467 | 111 | 62 |
| Binary | 11011101 | 100011 | 10111100 | 0 | 1010100 | 1111 | 1101 | 100110111 | 1001001 | 110010 |
Color Harmonies of #DD23BC
Complementary color
Monochromatic Colors of #DD23BC
Black with #DD23BC
Text Example
Text Example
White with #DD23BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23BC; }
p { color: rgb(221,35,188); }
H1.HeaderClassName
{
color: #DD23BC;
}
.AnyTagClassName
{
color: #DD23BC;
}
</style>
background-color css
<style>
a { background-color: #DD23BC; }
a { background-color: rgb(221,35,188); }
div.DivClassName
{
background-color: #DD23BC;
}
.BgClassName
{
background-color: #DD23BC;
}
</style>
border-color css
<style>
span { border-color: #DD23BC; }
span { border-color: rgb(221,35,188); }
td.TdClassName
{
border-color: #DD23BC;
}
.TagClassName
{
border-color: #DD23BC;
}
</style>