Shades of Shocking Pink #DD1BC1
Tints of Shocking Pink #DD1BC1
RGB
CMYK
RGB Variations
Color information
#DD1BC1 (or 0xDD1BC1) is known color: Shocking Pink. HEX triplet: DD, 1B and C1. RGB value is (221,27,193). Sum of RGB (Red+Green+Blue) = 221+27+193=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1BC1 is #22E43E. Grayscale: #676767. Windows color (decimal): -2286655 or 12655581. OLE color: 12655581.
HSL color Cylindrical-coordinate representation of color #DD1BC1: hue angle of 308.66º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1BC1 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 193 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.13 |
| HSL | 308.66º | 0.78% | 0.49% | - |
| HSV(B) | 308.66º | 0.88% | 0.87% | - |
| XYZ | 39.84 | 20.01 | 52.21 | - |
| YUV | 103.93 | 178.27 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 193 | 0 | 0.88 | 0.13 | 0.13 | 308.66 | 0.78 | 0.49 |
| Hex | DD | 1B | C1 | 0 | 58 | D | D | 135 | 4E | 31 |
| Octal | 335 | 33 | 301 | 0 | 130 | 15 | 15 | 465 | 116 | 61 |
| Binary | 11011101 | 11011 | 11000001 | 0 | 1011000 | 1101 | 1101 | 100110101 | 1001110 | 110001 |
Color Harmonies of #DD1BC1
Complementary color
Monochromatic Colors of #DD1BC1
Black with #DD1BC1
Text Example
Text Example
White with #DD1BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BC1; }
p { color: rgb(221,27,193); }
H1.HeaderClassName
{
color: #DD1BC1;
}
.AnyTagClassName
{
color: #DD1BC1;
}
</style>
background-color css
<style>
a { background-color: #DD1BC1; }
a { background-color: rgb(221,27,193); }
div.DivClassName
{
background-color: #DD1BC1;
}
.BgClassName
{
background-color: #DD1BC1;
}
</style>
border-color css
<style>
span { border-color: #DD1BC1; }
span { border-color: rgb(221,27,193); }
td.TdClassName
{
border-color: #DD1BC1;
}
.TagClassName
{
border-color: #DD1BC1;
}
</style>