Shades of Shocking Pink #DC18BD
Tints of Shocking Pink #DC18BD
RGB
CMYK
RGB Variations
Color information
#DC18BD (or 0xDC18BD) is known color: Shocking Pink. HEX triplet: DC, 18 and BD. RGB value is (220,24,189). Sum of RGB (Red+Green+Blue) = 220+24+189=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC18BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC18BD is #23E742. Grayscale: #646464. Windows color (decimal): -2352963 or 12392668. OLE color: 12392668.
HSL color Cylindrical-coordinate representation of color #DC18BD: hue angle of 309.49º 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 #DC18BD is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 189 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.14 |
| HSL | 309.49º | 0.8% | 0.48% | - |
| HSV(B) | 309.49º | 0.89% | 0.86% | - |
| XYZ | 39.03 | 19.54 | 49.86 | - |
| YUV | 101.41 | 177.43 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 189 | 0 | 0.89 | 0.14 | 0.14 | 309.49 | 0.8 | 0.48 |
| Hex | DC | 18 | BD | 0 | 59 | E | E | 135 | 50 | 30 |
| Octal | 334 | 30 | 275 | 0 | 131 | 16 | 16 | 465 | 120 | 60 |
| Binary | 11011100 | 11000 | 10111101 | 0 | 1011001 | 1110 | 1110 | 100110101 | 1010000 | 110000 |
Color Harmonies of #DC18BD
Complementary color
Monochromatic Colors of #DC18BD
Black with #DC18BD
Text Example
Text Example
White with #DC18BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC18BD; }
p { color: rgb(220,24,189); }
H1.HeaderClassName
{
color: #DC18BD;
}
.AnyTagClassName
{
color: #DC18BD;
}
</style>
background-color css
<style>
a { background-color: #DC18BD; }
a { background-color: rgb(220,24,189); }
div.DivClassName
{
background-color: #DC18BD;
}
.BgClassName
{
background-color: #DC18BD;
}
</style>
border-color css
<style>
span { border-color: #DC18BD; }
span { border-color: rgb(220,24,189); }
td.TdClassName
{
border-color: #DC18BD;
}
.TagClassName
{
border-color: #DC18BD;
}
</style>