Shades of Shocking Pink #DC14BA
Tints of Shocking Pink #DC14BA
RGB
CMYK
RGB Variations
Color information
#DC14BA (or 0xDC14BA) is known color: Shocking Pink. HEX triplet: DC, 14 and BA. RGB value is (220,20,186). Sum of RGB (Red+Green+Blue) = 220+20+186=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC14BA is #23EB45. Grayscale: #626262. Windows color (decimal): -2353990 or 12195036. OLE color: 12195036.
HSL color Cylindrical-coordinate representation of color #DC14BA: hue angle of 310.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC14BA is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 186 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.14 |
| HSL | 310.2º | 0.83% | 0.47% | - |
| HSV(B) | 310.2º | 0.91% | 0.86% | - |
| XYZ | 38.63 | 19.26 | 48.14 | - |
| YUV | 98.72 | 177.26 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 186 | 0 | 0.91 | 0.15 | 0.14 | 310.2 | 0.83 | 0.47 |
| Hex | DC | 14 | BA | 0 | 5B | F | E | 136 | 53 | 2F |
| Octal | 334 | 24 | 272 | 0 | 133 | 17 | 16 | 466 | 123 | 57 |
| Binary | 11011100 | 10100 | 10111010 | 0 | 1011011 | 1111 | 1110 | 100110110 | 1010011 | 101111 |
Color Harmonies of #DC14BA
Complementary color
Monochromatic Colors of #DC14BA
Black with #DC14BA
Text Example
Text Example
White with #DC14BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC14BA; }
p { color: rgb(220,20,186); }
H1.HeaderClassName
{
color: #DC14BA;
}
.AnyTagClassName
{
color: #DC14BA;
}
</style>
background-color css
<style>
a { background-color: #DC14BA; }
a { background-color: rgb(220,20,186); }
div.DivClassName
{
background-color: #DC14BA;
}
.BgClassName
{
background-color: #DC14BA;
}
</style>
border-color css
<style>
span { border-color: #DC14BA; }
span { border-color: rgb(220,20,186); }
td.TdClassName
{
border-color: #DC14BA;
}
.TagClassName
{
border-color: #DC14BA;
}
</style>