Shades of Shocking Pink #DC23C1
Tints of Shocking Pink #DC23C1
RGB
CMYK
RGB Variations
Color information
#DC23C1 (or 0xDC23C1) is known color: Shocking Pink. HEX triplet: DC, 23 and C1. RGB value is (220,35,193). Sum of RGB (Red+Green+Blue) = 220+35+193=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23C1 is #23DC3E. Grayscale: #6B6B6B. Windows color (decimal): -2350143 or 12657628. OLE color: 12657628.
HSL color Cylindrical-coordinate representation of color #DC23C1: hue angle of 308.76º 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 #DC23C1 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 193 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.14 |
| HSL | 308.76º | 0.73% | 0.5% | - |
| HSV(B) | 308.76º | 0.84% | 0.86% | - |
| XYZ | 39.74 | 20.27 | 52.27 | - |
| YUV | 108.33 | 175.79 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 193 | 0 | 0.84 | 0.12 | 0.14 | 308.76 | 0.73 | 0.5 |
| Hex | DC | 23 | C1 | 0 | 54 | C | E | 135 | 49 | 32 |
| Octal | 334 | 43 | 301 | 0 | 124 | 14 | 16 | 465 | 111 | 62 |
| Binary | 11011100 | 100011 | 11000001 | 0 | 1010100 | 1100 | 1110 | 100110101 | 1001001 | 110010 |
Color Harmonies of #DC23C1
Complementary color
Monochromatic Colors of #DC23C1
Black with #DC23C1
Text Example
Text Example
White with #DC23C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23C1; }
p { color: rgb(220,35,193); }
H1.HeaderClassName
{
color: #DC23C1;
}
.AnyTagClassName
{
color: #DC23C1;
}
</style>
background-color css
<style>
a { background-color: #DC23C1; }
a { background-color: rgb(220,35,193); }
div.DivClassName
{
background-color: #DC23C1;
}
.BgClassName
{
background-color: #DC23C1;
}
</style>
border-color css
<style>
span { border-color: #DC23C1; }
span { border-color: rgb(220,35,193); }
td.TdClassName
{
border-color: #DC23C1;
}
.TagClassName
{
border-color: #DC23C1;
}
</style>