Shades of Shocking Pink #DC18B8
Tints of Shocking Pink #DC18B8
RGB
CMYK
RGB Variations
Color information
#DC18B8 (or 0xDC18B8) is known color: Shocking Pink. HEX triplet: DC, 18 and B8. RGB value is (220,24,184). Sum of RGB (Red+Green+Blue) = 220+24+184=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC18B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC18B8 is #23E747. Grayscale: #646464. Windows color (decimal): -2352968 or 12064988. OLE color: 12064988.
HSL color Cylindrical-coordinate representation of color #DC18B8: hue angle of 311.02º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC18B8 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 184 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.14 |
| HSL | 311.02º | 0.8% | 0.48% | - |
| HSV(B) | 311.02º | 0.89% | 0.86% | - |
| XYZ | 38.49 | 19.33 | 47.05 | - |
| YUV | 100.84 | 174.93 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 184 | 0 | 0.89 | 0.16 | 0.14 | 311.02 | 0.8 | 0.48 |
| Hex | DC | 18 | B8 | 0 | 59 | 10 | E | 137 | 50 | 30 |
| Octal | 334 | 30 | 270 | 0 | 131 | 20 | 16 | 467 | 120 | 60 |
| Binary | 11011100 | 11000 | 10111000 | 0 | 1011001 | 10000 | 1110 | 100110111 | 1010000 | 110000 |
Color Harmonies of #DC18B8
Complementary color
Monochromatic Colors of #DC18B8
Black with #DC18B8
Text Example
Text Example
White with #DC18B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC18B8; }
p { color: rgb(220,24,184); }
H1.HeaderClassName
{
color: #DC18B8;
}
.AnyTagClassName
{
color: #DC18B8;
}
</style>
background-color css
<style>
a { background-color: #DC18B8; }
a { background-color: rgb(220,24,184); }
div.DivClassName
{
background-color: #DC18B8;
}
.BgClassName
{
background-color: #DC18B8;
}
</style>
border-color css
<style>
span { border-color: #DC18B8; }
span { border-color: rgb(220,24,184); }
td.TdClassName
{
border-color: #DC18B8;
}
.TagClassName
{
border-color: #DC18B8;
}
</style>