Shades of Shocking Pink #DD25BC
Tints of Shocking Pink #DD25BC
RGB
CMYK
RGB Variations
Color information
#DD25BC (or 0xDD25BC) is known color: Shocking Pink. HEX triplet: DD, 25 and BC. RGB value is (221,37,188). Sum of RGB (Red+Green+Blue) = 221+37+188=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25BC is #22DA43. Grayscale: #6C6C6C. Windows color (decimal): -2284100 or 12330461. OLE color: 12330461.
HSL color Cylindrical-coordinate representation of color #DD25BC: hue angle of 310.76º 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 #DD25BC is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 188 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.13 |
| HSL | 310.76º | 0.73% | 0.51% | - |
| HSV(B) | 310.76º | 0.83% | 0.87% | - |
| XYZ | 39.56 | 20.33 | 49.42 | - |
| YUV | 109.23 | 172.46 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 188 | 0 | 0.83 | 0.15 | 0.13 | 310.76 | 0.73 | 0.51 |
| Hex | DD | 25 | BC | 0 | 53 | F | D | 137 | 49 | 33 |
| Octal | 335 | 45 | 274 | 0 | 123 | 17 | 15 | 467 | 111 | 63 |
| Binary | 11011101 | 100101 | 10111100 | 0 | 1010011 | 1111 | 1101 | 100110111 | 1001001 | 110011 |
Color Harmonies of #DD25BC
Complementary color
Monochromatic Colors of #DD25BC
Black with #DD25BC
Text Example
Text Example
White with #DD25BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25BC; }
p { color: rgb(221,37,188); }
H1.HeaderClassName
{
color: #DD25BC;
}
.AnyTagClassName
{
color: #DD25BC;
}
</style>
background-color css
<style>
a { background-color: #DD25BC; }
a { background-color: rgb(221,37,188); }
div.DivClassName
{
background-color: #DD25BC;
}
.BgClassName
{
background-color: #DD25BC;
}
</style>
border-color css
<style>
span { border-color: #DD25BC; }
span { border-color: rgb(221,37,188); }
td.TdClassName
{
border-color: #DD25BC;
}
.TagClassName
{
border-color: #DD25BC;
}
</style>