Shades of Shocking Pink #DC18B3
Tints of Shocking Pink #DC18B3
RGB
CMYK
RGB Variations
Color information
#DC18B3 (or 0xDC18B3) is known color: Shocking Pink. HEX triplet: DC, 18 and B3. RGB value is (220,24,179). Sum of RGB (Red+Green+Blue) = 220+24+179=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC18B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC18B3 is #23E74C. Grayscale: #636363. Windows color (decimal): -2352973 or 11737308. OLE color: 11737308.
HSL color Cylindrical-coordinate representation of color #DC18B3: hue angle of 312.55º 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 #DC18B3 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 179 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.14 |
| HSL | 312.55º | 0.8% | 0.48% | - |
| HSV(B) | 312.55º | 0.89% | 0.86% | - |
| XYZ | 37.98 | 19.12 | 44.34 | - |
| YUV | 100.27 | 172.43 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 179 | 0 | 0.89 | 0.19 | 0.14 | 312.55 | 0.8 | 0.48 |
| Hex | DC | 18 | B3 | 0 | 59 | 13 | E | 139 | 50 | 30 |
| Octal | 334 | 30 | 263 | 0 | 131 | 23 | 16 | 471 | 120 | 60 |
| Binary | 11011100 | 11000 | 10110011 | 0 | 1011001 | 10011 | 1110 | 100111001 | 1010000 | 110000 |
Color Harmonies of #DC18B3
Complementary color
Monochromatic Colors of #DC18B3
Black with #DC18B3
Text Example
Text Example
White with #DC18B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC18B3; }
p { color: rgb(220,24,179); }
H1.HeaderClassName
{
color: #DC18B3;
}
.AnyTagClassName
{
color: #DC18B3;
}
</style>
background-color css
<style>
a { background-color: #DC18B3; }
a { background-color: rgb(220,24,179); }
div.DivClassName
{
background-color: #DC18B3;
}
.BgClassName
{
background-color: #DC18B3;
}
</style>
border-color css
<style>
span { border-color: #DC18B3; }
span { border-color: rgb(220,24,179); }
td.TdClassName
{
border-color: #DC18B3;
}
.TagClassName
{
border-color: #DC18B3;
}
</style>