Shades of Shocking Pink #DC1BB4
Tints of Shocking Pink #DC1BB4
RGB
CMYK
RGB Variations
Color information
#DC1BB4 (or 0xDC1BB4) is known color: Shocking Pink. HEX triplet: DC, 1B and B4. RGB value is (220,27,180). Sum of RGB (Red+Green+Blue) = 220+27+180=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1BB4 is #23E44B. Grayscale: #656565. Windows color (decimal): -2352204 or 11803612. OLE color: 11803612.
HSL color Cylindrical-coordinate representation of color #DC1BB4: hue angle of 312.44º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1BB4 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 180 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.14 |
| HSL | 312.44º | 0.78% | 0.48% | - |
| HSV(B) | 312.44º | 0.88% | 0.86% | - |
| XYZ | 38.15 | 19.29 | 44.89 | - |
| YUV | 102.15 | 171.94 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 180 | 0 | 0.88 | 0.18 | 0.14 | 312.44 | 0.78 | 0.48 |
| Hex | DC | 1B | B4 | 0 | 58 | 12 | E | 138 | 4E | 30 |
| Octal | 334 | 33 | 264 | 0 | 130 | 22 | 16 | 470 | 116 | 60 |
| Binary | 11011100 | 11011 | 10110100 | 0 | 1011000 | 10010 | 1110 | 100111000 | 1001110 | 110000 |
Color Harmonies of #DC1BB4
Complementary color
Monochromatic Colors of #DC1BB4
Black with #DC1BB4
Text Example
Text Example
White with #DC1BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BB4; }
p { color: rgb(220,27,180); }
H1.HeaderClassName
{
color: #DC1BB4;
}
.AnyTagClassName
{
color: #DC1BB4;
}
</style>
background-color css
<style>
a { background-color: #DC1BB4; }
a { background-color: rgb(220,27,180); }
div.DivClassName
{
background-color: #DC1BB4;
}
.BgClassName
{
background-color: #DC1BB4;
}
</style>
border-color css
<style>
span { border-color: #DC1BB4; }
span { border-color: rgb(220,27,180); }
td.TdClassName
{
border-color: #DC1BB4;
}
.TagClassName
{
border-color: #DC1BB4;
}
</style>