Shades of Shocking Pink #DC1BBD
Tints of Shocking Pink #DC1BBD
RGB
CMYK
RGB Variations
Color information
#DC1BBD (or 0xDC1BBD) is known color: Shocking Pink. HEX triplet: DC, 1B and BD. RGB value is (220,27,189). Sum of RGB (Red+Green+Blue) = 220+27+189=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1BBD is #23E442. Grayscale: #666666. Windows color (decimal): -2352195 or 12393436. OLE color: 12393436.
HSL color Cylindrical-coordinate representation of color #DC1BBD: hue angle of 309.64º 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 #DC1BBD is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 189 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.14 |
| HSL | 309.64º | 0.78% | 0.48% | - |
| HSV(B) | 309.64º | 0.88% | 0.86% | - |
| XYZ | 39.09 | 19.67 | 49.88 | - |
| YUV | 103.18 | 176.44 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 189 | 0 | 0.88 | 0.14 | 0.14 | 309.64 | 0.78 | 0.48 |
| Hex | DC | 1B | BD | 0 | 58 | E | E | 136 | 4E | 30 |
| Octal | 334 | 33 | 275 | 0 | 130 | 16 | 16 | 466 | 116 | 60 |
| Binary | 11011100 | 11011 | 10111101 | 0 | 1011000 | 1110 | 1110 | 100110110 | 1001110 | 110000 |
Color Harmonies of #DC1BBD
Complementary color
Monochromatic Colors of #DC1BBD
Black with #DC1BBD
Text Example
Text Example
White with #DC1BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BBD; }
p { color: rgb(220,27,189); }
H1.HeaderClassName
{
color: #DC1BBD;
}
.AnyTagClassName
{
color: #DC1BBD;
}
</style>
background-color css
<style>
a { background-color: #DC1BBD; }
a { background-color: rgb(220,27,189); }
div.DivClassName
{
background-color: #DC1BBD;
}
.BgClassName
{
background-color: #DC1BBD;
}
</style>
border-color css
<style>
span { border-color: #DC1BBD; }
span { border-color: rgb(220,27,189); }
td.TdClassName
{
border-color: #DC1BBD;
}
.TagClassName
{
border-color: #DC1BBD;
}
</style>