Shades of Shocking Pink #DC1DC2
Tints of Shocking Pink #DC1DC2
RGB
CMYK
RGB Variations
Color information
#DC1DC2 (or 0xDC1DC2) is known color: Shocking Pink. HEX triplet: DC, 1D and C2. RGB value is (220,29,194). Sum of RGB (Red+Green+Blue) = 220+29+194=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1DC2 is #23E23D. Grayscale: #686868. Windows color (decimal): -2351678 or 12721628. OLE color: 12721628.
HSL color Cylindrical-coordinate representation of color #DC1DC2: hue angle of 308.17º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1DC2 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 29 | 194 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.14 |
| HSL | 308.17º | 0.77% | 0.49% | - |
| HSV(B) | 308.17º | 0.87% | 0.86% | - |
| XYZ | 39.69 | 19.99 | 52.81 | - |
| YUV | 104.92 | 178.28 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 29 | 194 | 0 | 0.87 | 0.12 | 0.14 | 308.17 | 0.77 | 0.49 |
| Hex | DC | 1D | C2 | 0 | 57 | C | E | 134 | 4D | 31 |
| Octal | 334 | 35 | 302 | 0 | 127 | 14 | 16 | 464 | 115 | 61 |
| Binary | 11011100 | 11101 | 11000010 | 0 | 1010111 | 1100 | 1110 | 100110100 | 1001101 | 110001 |
Color Harmonies of #DC1DC2
Complementary color
Monochromatic Colors of #DC1DC2
Black with #DC1DC2
Text Example
Text Example
White with #DC1DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1DC2; }
p { color: rgb(220,29,194); }
H1.HeaderClassName
{
color: #DC1DC2;
}
.AnyTagClassName
{
color: #DC1DC2;
}
</style>
background-color css
<style>
a { background-color: #DC1DC2; }
a { background-color: rgb(220,29,194); }
div.DivClassName
{
background-color: #DC1DC2;
}
.BgClassName
{
background-color: #DC1DC2;
}
</style>
border-color css
<style>
span { border-color: #DC1DC2; }
span { border-color: rgb(220,29,194); }
td.TdClassName
{
border-color: #DC1DC2;
}
.TagClassName
{
border-color: #DC1DC2;
}
</style>