Shades of Shocking Pink #DD25BB
Tints of Shocking Pink #DD25BB
RGB
CMYK
RGB Variations
Color information
#DD25BB (or 0xDD25BB) is known color: Shocking Pink. HEX triplet: DD, 25 and BB. RGB value is (221,37,187). Sum of RGB (Red+Green+Blue) = 221+37+187=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25BB is #22DA44. Grayscale: #6C6C6C. Windows color (decimal): -2284101 or 12264925. OLE color: 12264925.
HSL color Cylindrical-coordinate representation of color #DD25BB: hue angle of 311.09º 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 #DD25BB is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 187 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.13 |
| HSL | 311.09º | 0.73% | 0.51% | - |
| HSV(B) | 311.09º | 0.83% | 0.87% | - |
| XYZ | 39.45 | 20.28 | 48.85 | - |
| YUV | 109.12 | 171.96 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 187 | 0 | 0.83 | 0.15 | 0.13 | 311.09 | 0.73 | 0.51 |
| Hex | DD | 25 | BB | 0 | 53 | F | D | 137 | 49 | 33 |
| Octal | 335 | 45 | 273 | 0 | 123 | 17 | 15 | 467 | 111 | 63 |
| Binary | 11011101 | 100101 | 10111011 | 0 | 1010011 | 1111 | 1101 | 100110111 | 1001001 | 110011 |
Color Harmonies of #DD25BB
Complementary color
Monochromatic Colors of #DD25BB
Black with #DD25BB
Text Example
Text Example
White with #DD25BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25BB; }
p { color: rgb(221,37,187); }
H1.HeaderClassName
{
color: #DD25BB;
}
.AnyTagClassName
{
color: #DD25BB;
}
</style>
background-color css
<style>
a { background-color: #DD25BB; }
a { background-color: rgb(221,37,187); }
div.DivClassName
{
background-color: #DD25BB;
}
.BgClassName
{
background-color: #DD25BB;
}
</style>
border-color css
<style>
span { border-color: #DD25BB; }
span { border-color: rgb(221,37,187); }
td.TdClassName
{
border-color: #DD25BB;
}
.TagClassName
{
border-color: #DD25BB;
}
</style>