Shades of Shocking Pink #DF0DBD
Tints of Shocking Pink #DF0DBD
RGB
CMYK
RGB Variations
Color information
#DF0DBD (or 0xDF0DBD) is known color: Shocking Pink. HEX triplet: DF, 0D and BD. RGB value is (223,13,189). Sum of RGB (Red+Green+Blue) = 223+13+189=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DBD is #20F242. Grayscale: #5F5F5F. Windows color (decimal): -2159171 or 12389855. OLE color: 12389855.
HSL color Cylindrical-coordinate representation of color #DF0DBD: hue angle of 309.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DBD is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 189 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.13 |
| HSL | 309.71º | 0.89% | 0.46% | - |
| HSV(B) | 309.71º | 0.94% | 0.87% | - |
| XYZ | 39.76 | 19.65 | 49.84 | - |
| YUV | 95.85 | 180.57 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 189 | 0 | 0.94 | 0.15 | 0.13 | 309.71 | 0.89 | 0.46 |
| Hex | DF | D | BD | 0 | 5E | F | D | 136 | 59 | 2E |
| Octal | 337 | 15 | 275 | 0 | 136 | 17 | 15 | 466 | 131 | 56 |
| Binary | 11011111 | 1101 | 10111101 | 0 | 1011110 | 1111 | 1101 | 100110110 | 1011001 | 101110 |
Color Harmonies of #DF0DBD
Complementary color
Monochromatic Colors of #DF0DBD
Black with #DF0DBD
Text Example
Text Example
White with #DF0DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DBD; }
p { color: rgb(223,13,189); }
H1.HeaderClassName
{
color: #DF0DBD;
}
.AnyTagClassName
{
color: #DF0DBD;
}
</style>
background-color css
<style>
a { background-color: #DF0DBD; }
a { background-color: rgb(223,13,189); }
div.DivClassName
{
background-color: #DF0DBD;
}
.BgClassName
{
background-color: #DF0DBD;
}
</style>
border-color css
<style>
span { border-color: #DF0DBD; }
span { border-color: rgb(223,13,189); }
td.TdClassName
{
border-color: #DF0DBD;
}
.TagClassName
{
border-color: #DF0DBD;
}
</style>