Shades of Shocking Pink #DC27BC
Tints of Shocking Pink #DC27BC
RGB
CMYK
RGB Variations
Color information
#DC27BC (or 0xDC27BC) is known color: Shocking Pink. HEX triplet: DC, 27 and BC. RGB value is (220,39,188). Sum of RGB (Red+Green+Blue) = 220+39+188=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 39 (15.62% from 255 or 8.72% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27BC is #23D843. Grayscale: #6D6D6D. Windows color (decimal): -2349124 or 12330972. OLE color: 12330972.
HSL color Cylindrical-coordinate representation of color #DC27BC: hue angle of 310.61º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC27BC is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 188 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.14 |
| HSL | 310.61º | 0.72% | 0.51% | - |
| HSV(B) | 310.61º | 0.82% | 0.86% | - |
| XYZ | 39.32 | 20.3 | 49.42 | - |
| YUV | 110.11 | 171.97 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 188 | 0 | 0.82 | 0.15 | 0.14 | 310.61 | 0.72 | 0.51 |
| Hex | DC | 27 | BC | 0 | 52 | F | E | 137 | 48 | 33 |
| Octal | 334 | 47 | 274 | 0 | 122 | 17 | 16 | 467 | 110 | 63 |
| Binary | 11011100 | 100111 | 10111100 | 0 | 1010010 | 1111 | 1110 | 100110111 | 1001000 | 110011 |
Color Harmonies of #DC27BC
Complementary color
Monochromatic Colors of #DC27BC
Black with #DC27BC
Text Example
Text Example
White with #DC27BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27BC; }
p { color: rgb(220,39,188); }
H1.HeaderClassName
{
color: #DC27BC;
}
.AnyTagClassName
{
color: #DC27BC;
}
</style>
background-color css
<style>
a { background-color: #DC27BC; }
a { background-color: rgb(220,39,188); }
div.DivClassName
{
background-color: #DC27BC;
}
.BgClassName
{
background-color: #DC27BC;
}
</style>
border-color css
<style>
span { border-color: #DC27BC; }
span { border-color: rgb(220,39,188); }
td.TdClassName
{
border-color: #DC27BC;
}
.TagClassName
{
border-color: #DC27BC;
}
</style>