Shades of Shocking Pink #DD23BA
Tints of Shocking Pink #DD23BA
RGB
CMYK
RGB Variations
Color information
#DD23BA (or 0xDD23BA) is known color: Shocking Pink. HEX triplet: DD, 23 and BA. RGB value is (221,35,186). Sum of RGB (Red+Green+Blue) = 221+35+186=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23BA is #22DC45. Grayscale: #6B6B6B. Windows color (decimal): -2284614 or 12198877. OLE color: 12198877.
HSL color Cylindrical-coordinate representation of color #DD23BA: hue angle of 311.29º 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 #DD23BA is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 186 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.13 |
| HSL | 311.29º | 0.73% | 0.5% | - |
| HSV(B) | 311.29º | 0.84% | 0.87% | - |
| XYZ | 39.28 | 20.12 | 48.27 | - |
| YUV | 107.83 | 172.12 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 186 | 0 | 0.84 | 0.16 | 0.13 | 311.29 | 0.73 | 0.5 |
| Hex | DD | 23 | BA | 0 | 54 | 10 | D | 137 | 49 | 32 |
| Octal | 335 | 43 | 272 | 0 | 124 | 20 | 15 | 467 | 111 | 62 |
| Binary | 11011101 | 100011 | 10111010 | 0 | 1010100 | 10000 | 1101 | 100110111 | 1001001 | 110010 |
Color Harmonies of #DD23BA
Complementary color
Monochromatic Colors of #DD23BA
Black with #DD23BA
Text Example
Text Example
White with #DD23BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23BA; }
p { color: rgb(221,35,186); }
H1.HeaderClassName
{
color: #DD23BA;
}
.AnyTagClassName
{
color: #DD23BA;
}
</style>
background-color css
<style>
a { background-color: #DD23BA; }
a { background-color: rgb(221,35,186); }
div.DivClassName
{
background-color: #DD23BA;
}
.BgClassName
{
background-color: #DD23BA;
}
</style>
border-color css
<style>
span { border-color: #DD23BA; }
span { border-color: rgb(221,35,186); }
td.TdClassName
{
border-color: #DD23BA;
}
.TagClassName
{
border-color: #DD23BA;
}
</style>