Shades of Shocking Pink #DC23C2
Tints of Shocking Pink #DC23C2
RGB
CMYK
RGB Variations
Color information
#DC23C2 (or 0xDC23C2) is known color: Shocking Pink. HEX triplet: DC, 23 and C2. RGB value is (220,35,194). Sum of RGB (Red+Green+Blue) = 220+35+194=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23C2 is #23DC3D. Grayscale: #6B6B6B. Windows color (decimal): -2350142 or 12723164. OLE color: 12723164.
HSL color Cylindrical-coordinate representation of color #DC23C2: hue angle of 308.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC23C2 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 194 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.14 |
| HSL | 308.43º | 0.73% | 0.5% | - |
| HSV(B) | 308.43º | 0.84% | 0.86% | - |
| XYZ | 39.85 | 20.31 | 52.86 | - |
| YUV | 108.44 | 176.29 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 194 | 0 | 0.84 | 0.12 | 0.14 | 308.43 | 0.73 | 0.5 |
| Hex | DC | 23 | C2 | 0 | 54 | C | E | 134 | 49 | 32 |
| Octal | 334 | 43 | 302 | 0 | 124 | 14 | 16 | 464 | 111 | 62 |
| Binary | 11011100 | 100011 | 11000010 | 0 | 1010100 | 1100 | 1110 | 100110100 | 1001001 | 110010 |
Color Harmonies of #DC23C2
Complementary color
Monochromatic Colors of #DC23C2
Black with #DC23C2
Text Example
Text Example
White with #DC23C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23C2; }
p { color: rgb(220,35,194); }
H1.HeaderClassName
{
color: #DC23C2;
}
.AnyTagClassName
{
color: #DC23C2;
}
</style>
background-color css
<style>
a { background-color: #DC23C2; }
a { background-color: rgb(220,35,194); }
div.DivClassName
{
background-color: #DC23C2;
}
.BgClassName
{
background-color: #DC23C2;
}
</style>
border-color css
<style>
span { border-color: #DC23C2; }
span { border-color: rgb(220,35,194); }
td.TdClassName
{
border-color: #DC23C2;
}
.TagClassName
{
border-color: #DC23C2;
}
</style>