Shades of Shocking Pink #DF09B9
Tints of Shocking Pink #DF09B9
RGB
CMYK
RGB Variations
Color information
#DF09B9 (or 0xDF09B9) is known color: Shocking Pink. HEX triplet: DF, 09 and B9. RGB value is (223,9,185). Sum of RGB (Red+Green+Blue) = 223+9+185=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF09B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF09B9 is #20F646. Grayscale: #5C5C5C. Windows color (decimal): -2160199 or 12126687. OLE color: 12126687.
HSL color Cylindrical-coordinate representation of color #DF09B9: hue angle of 310.65º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF09B9 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 185 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.13 |
| HSL | 310.65º | 0.92% | 0.45% | - |
| HSV(B) | 310.65º | 0.96% | 0.87% | - |
| XYZ | 39.29 | 19.39 | 47.57 | - |
| YUV | 93.05 | 179.9 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 185 | 0 | 0.96 | 0.17 | 0.13 | 310.65 | 0.92 | 0.45 |
| Hex | DF | 9 | B9 | 0 | 60 | 11 | D | 137 | 5C | 2D |
| Octal | 337 | 11 | 271 | 0 | 140 | 21 | 15 | 467 | 134 | 55 |
| Binary | 11011111 | 1001 | 10111001 | 0 | 1100000 | 10001 | 1101 | 100110111 | 1011100 | 101101 |
Color Harmonies of #DF09B9
Complementary color
Monochromatic Colors of #DF09B9
Black with #DF09B9
Text Example
Text Example
White with #DF09B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09B9; }
p { color: rgb(223,9,185); }
H1.HeaderClassName
{
color: #DF09B9;
}
.AnyTagClassName
{
color: #DF09B9;
}
</style>
background-color css
<style>
a { background-color: #DF09B9; }
a { background-color: rgb(223,9,185); }
div.DivClassName
{
background-color: #DF09B9;
}
.BgClassName
{
background-color: #DF09B9;
}
</style>
border-color css
<style>
span { border-color: #DF09B9; }
span { border-color: rgb(223,9,185); }
td.TdClassName
{
border-color: #DF09B9;
}
.TagClassName
{
border-color: #DF09B9;
}
</style>