Shades of Shocking Pink #DC0FB5
Tints of Shocking Pink #DC0FB5
RGB
CMYK
RGB Variations
Color information
#DC0FB5 (or 0xDC0FB5) is known color: Shocking Pink. HEX triplet: DC, 0F and B5. RGB value is (220,15,181). Sum of RGB (Red+Green+Blue) = 220+15+181=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0FB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0FB5 is #23F04A. Grayscale: #5E5E5E. Windows color (decimal): -2355275 or 11866076. OLE color: 11866076.
HSL color Cylindrical-coordinate representation of color #DC0FB5: hue angle of 311.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0FB5 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 181 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.14 |
| HSL | 311.41º | 0.87% | 0.46% | - |
| HSV(B) | 311.41º | 0.93% | 0.86% | - |
| XYZ | 38.03 | 18.89 | 45.36 | - |
| YUV | 95.22 | 176.42 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 181 | 0 | 0.93 | 0.18 | 0.14 | 311.41 | 0.87 | 0.46 |
| Hex | DC | F | B5 | 0 | 5D | 12 | E | 137 | 57 | 2E |
| Octal | 334 | 17 | 265 | 0 | 135 | 22 | 16 | 467 | 127 | 56 |
| Binary | 11011100 | 1111 | 10110101 | 0 | 1011101 | 10010 | 1110 | 100110111 | 1010111 | 101110 |
Color Harmonies of #DC0FB5
Complementary color
Monochromatic Colors of #DC0FB5
Black with #DC0FB5
Text Example
Text Example
White with #DC0FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0FB5; }
p { color: rgb(220,15,181); }
H1.HeaderClassName
{
color: #DC0FB5;
}
.AnyTagClassName
{
color: #DC0FB5;
}
</style>
background-color css
<style>
a { background-color: #DC0FB5; }
a { background-color: rgb(220,15,181); }
div.DivClassName
{
background-color: #DC0FB5;
}
.BgClassName
{
background-color: #DC0FB5;
}
</style>
border-color css
<style>
span { border-color: #DC0FB5; }
span { border-color: rgb(220,15,181); }
td.TdClassName
{
border-color: #DC0FB5;
}
.TagClassName
{
border-color: #DC0FB5;
}
</style>