Shades of Shocking Pink #DF0CB4
Tints of Shocking Pink #DF0CB4
RGB
CMYK
RGB Variations
Color information
#DF0CB4 (or 0xDF0CB4) is known color: Shocking Pink. HEX triplet: DF, 0C and B4. RGB value is (223,12,180). Sum of RGB (Red+Green+Blue) = 223+12+180=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CB4 is #20F34B. Grayscale: #5D5D5D. Windows color (decimal): -2159436 or 11799775. OLE color: 11799775.
HSL color Cylindrical-coordinate representation of color #DF0CB4: hue angle of 312.23º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0CB4 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 180 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.13 |
| HSL | 312.23º | 0.9% | 0.46% | - |
| HSV(B) | 312.23º | 0.95% | 0.87% | - |
| XYZ | 38.8 | 19.25 | 44.85 | - |
| YUV | 94.24 | 176.4 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 180 | 0 | 0.95 | 0.19 | 0.13 | 312.23 | 0.9 | 0.46 |
| Hex | DF | C | B4 | 0 | 5F | 13 | D | 138 | 5A | 2E |
| Octal | 337 | 14 | 264 | 0 | 137 | 23 | 15 | 470 | 132 | 56 |
| Binary | 11011111 | 1100 | 10110100 | 0 | 1011111 | 10011 | 1101 | 100111000 | 1011010 | 101110 |
Color Harmonies of #DF0CB4
Complementary color
Monochromatic Colors of #DF0CB4
Black with #DF0CB4
Text Example
Text Example
White with #DF0CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CB4; }
p { color: rgb(223,12,180); }
H1.HeaderClassName
{
color: #DF0CB4;
}
.AnyTagClassName
{
color: #DF0CB4;
}
</style>
background-color css
<style>
a { background-color: #DF0CB4; }
a { background-color: rgb(223,12,180); }
div.DivClassName
{
background-color: #DF0CB4;
}
.BgClassName
{
background-color: #DF0CB4;
}
</style>
border-color css
<style>
span { border-color: #DF0CB4; }
span { border-color: rgb(223,12,180); }
td.TdClassName
{
border-color: #DF0CB4;
}
.TagClassName
{
border-color: #DF0CB4;
}
</style>