Shades of Shocking Pink #DD25BF
Tints of Shocking Pink #DD25BF
RGB
CMYK
RGB Variations
Color information
#DD25BF (or 0xDD25BF) is known color: Shocking Pink. HEX triplet: DD, 25 and BF. RGB value is (221,37,191). Sum of RGB (Red+Green+Blue) = 221+37+191=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25BF is #22DA40. Grayscale: #6D6D6D. Windows color (decimal): -2284097 or 12527069. OLE color: 12527069.
HSL color Cylindrical-coordinate representation of color #DD25BF: hue angle of 309.78º 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 #DD25BF is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 191 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.13 |
| HSL | 309.78º | 0.73% | 0.51% | - |
| HSV(B) | 309.78º | 0.83% | 0.87% | - |
| XYZ | 39.88 | 20.46 | 51.14 | - |
| YUV | 109.57 | 173.96 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 191 | 0 | 0.83 | 0.14 | 0.13 | 309.78 | 0.73 | 0.51 |
| Hex | DD | 25 | BF | 0 | 53 | E | D | 136 | 49 | 33 |
| Octal | 335 | 45 | 277 | 0 | 123 | 16 | 15 | 466 | 111 | 63 |
| Binary | 11011101 | 100101 | 10111111 | 0 | 1010011 | 1110 | 1101 | 100110110 | 1001001 | 110011 |
Color Harmonies of #DD25BF
Complementary color
Monochromatic Colors of #DD25BF
Black with #DD25BF
Text Example
Text Example
White with #DD25BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25BF; }
p { color: rgb(221,37,191); }
H1.HeaderClassName
{
color: #DD25BF;
}
.AnyTagClassName
{
color: #DD25BF;
}
</style>
background-color css
<style>
a { background-color: #DD25BF; }
a { background-color: rgb(221,37,191); }
div.DivClassName
{
background-color: #DD25BF;
}
.BgClassName
{
background-color: #DD25BF;
}
</style>
border-color css
<style>
span { border-color: #DD25BF; }
span { border-color: rgb(221,37,191); }
td.TdClassName
{
border-color: #DD25BF;
}
.TagClassName
{
border-color: #DD25BF;
}
</style>