Shades of Shocking Pink #DD26BB
Tints of Shocking Pink #DD26BB
RGB
CMYK
RGB Variations
Color information
#DD26BB (or 0xDD26BB) is known color: Shocking Pink. HEX triplet: DD, 26 and BB. RGB value is (221,38,187). Sum of RGB (Red+Green+Blue) = 221+38+187=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD26BB is #22D944. Grayscale: #6D6D6D. Windows color (decimal): -2283845 or 12265181. OLE color: 12265181.
HSL color Cylindrical-coordinate representation of color #DD26BB: hue angle of 311.15º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD26BB is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 187 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.13 |
| HSL | 311.15º | 0.73% | 0.51% | - |
| HSV(B) | 311.15º | 0.83% | 0.87% | - |
| XYZ | 39.48 | 20.35 | 48.86 | - |
| YUV | 109.7 | 171.63 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 187 | 0 | 0.83 | 0.15 | 0.13 | 311.15 | 0.73 | 0.51 |
| Hex | DD | 26 | BB | 0 | 53 | F | D | 137 | 49 | 33 |
| Octal | 335 | 46 | 273 | 0 | 123 | 17 | 15 | 467 | 111 | 63 |
| Binary | 11011101 | 100110 | 10111011 | 0 | 1010011 | 1111 | 1101 | 100110111 | 1001001 | 110011 |
Color Harmonies of #DD26BB
Complementary color
Monochromatic Colors of #DD26BB
Black with #DD26BB
Text Example
Text Example
White with #DD26BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD26BB; }
p { color: rgb(221,38,187); }
H1.HeaderClassName
{
color: #DD26BB;
}
.AnyTagClassName
{
color: #DD26BB;
}
</style>
background-color css
<style>
a { background-color: #DD26BB; }
a { background-color: rgb(221,38,187); }
div.DivClassName
{
background-color: #DD26BB;
}
.BgClassName
{
background-color: #DD26BB;
}
</style>
border-color css
<style>
span { border-color: #DD26BB; }
span { border-color: rgb(221,38,187); }
td.TdClassName
{
border-color: #DD26BB;
}
.TagClassName
{
border-color: #DD26BB;
}
</style>