Shades of Shocking Pink #DD23BE
Tints of Shocking Pink #DD23BE
RGB
CMYK
RGB Variations
Color information
#DD23BE (or 0xDD23BE) is known color: Shocking Pink. HEX triplet: DD, 23 and BE. RGB value is (221,35,190). Sum of RGB (Red+Green+Blue) = 221+35+190=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 35 (14.06% from 255 or 7.85% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23BE is #22DC41. Grayscale: #6B6B6B. Windows color (decimal): -2284610 or 12461021. OLE color: 12461021.
HSL color Cylindrical-coordinate representation of color #DD23BE: hue angle of 310º 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 #DD23BE is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 190 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.13 |
| HSL | 310º | 0.73% | 0.5% | - |
| HSV(B) | 310º | 0.84% | 0.87% | - |
| XYZ | 39.71 | 20.29 | 50.54 | - |
| YUV | 108.28 | 174.12 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 190 | 0 | 0.84 | 0.14 | 0.13 | 310 | 0.73 | 0.5 |
| Hex | DD | 23 | BE | 0 | 54 | E | D | 136 | 49 | 32 |
| Octal | 335 | 43 | 276 | 0 | 124 | 16 | 15 | 466 | 111 | 62 |
| Binary | 11011101 | 100011 | 10111110 | 0 | 1010100 | 1110 | 1101 | 100110110 | 1001001 | 110010 |
Color Harmonies of #DD23BE
Complementary color
Monochromatic Colors of #DD23BE
Black with #DD23BE
Text Example
Text Example
White with #DD23BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23BE; }
p { color: rgb(221,35,190); }
H1.HeaderClassName
{
color: #DD23BE;
}
.AnyTagClassName
{
color: #DD23BE;
}
</style>
background-color css
<style>
a { background-color: #DD23BE; }
a { background-color: rgb(221,35,190); }
div.DivClassName
{
background-color: #DD23BE;
}
.BgClassName
{
background-color: #DD23BE;
}
</style>
border-color css
<style>
span { border-color: #DD23BE; }
span { border-color: rgb(221,35,190); }
td.TdClassName
{
border-color: #DD23BE;
}
.TagClassName
{
border-color: #DD23BE;
}
</style>