Shades of Shocking Pink #DC1BBB
Tints of Shocking Pink #DC1BBB
RGB
CMYK
RGB Variations
Color information
#DC1BBB (or 0xDC1BBB) is known color: Shocking Pink. HEX triplet: DC, 1B and BB. RGB value is (220,27,187). Sum of RGB (Red+Green+Blue) = 220+27+187=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1BBB is #23E444. Grayscale: #666666. Windows color (decimal): -2352197 or 12262364. OLE color: 12262364.
HSL color Cylindrical-coordinate representation of color #DC1BBB: hue angle of 310.26º 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 #DC1BBB is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 187 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.14 |
| HSL | 310.26º | 0.78% | 0.48% | - |
| HSV(B) | 310.26º | 0.88% | 0.86% | - |
| XYZ | 38.88 | 19.59 | 48.75 | - |
| YUV | 102.95 | 175.44 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 187 | 0 | 0.88 | 0.15 | 0.14 | 310.26 | 0.78 | 0.48 |
| Hex | DC | 1B | BB | 0 | 58 | F | E | 136 | 4E | 30 |
| Octal | 334 | 33 | 273 | 0 | 130 | 17 | 16 | 466 | 116 | 60 |
| Binary | 11011100 | 11011 | 10111011 | 0 | 1011000 | 1111 | 1110 | 100110110 | 1001110 | 110000 |
Color Harmonies of #DC1BBB
Complementary color
Monochromatic Colors of #DC1BBB
Black with #DC1BBB
Text Example
Text Example
White with #DC1BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BBB; }
p { color: rgb(220,27,187); }
H1.HeaderClassName
{
color: #DC1BBB;
}
.AnyTagClassName
{
color: #DC1BBB;
}
</style>
background-color css
<style>
a { background-color: #DC1BBB; }
a { background-color: rgb(220,27,187); }
div.DivClassName
{
background-color: #DC1BBB;
}
.BgClassName
{
background-color: #DC1BBB;
}
</style>
border-color css
<style>
span { border-color: #DC1BBB; }
span { border-color: rgb(220,27,187); }
td.TdClassName
{
border-color: #DC1BBB;
}
.TagClassName
{
border-color: #DC1BBB;
}
</style>