Shades of Shocking Pink #DD1BBE
Tints of Shocking Pink #DD1BBE
RGB
CMYK
RGB Variations
Color information
#DD1BBE (or 0xDD1BBE) is known color: Shocking Pink. HEX triplet: DD, 1B and BE. RGB value is (221,27,190). Sum of RGB (Red+Green+Blue) = 221+27+190=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1BBE is #22E441. Grayscale: #676767. Windows color (decimal): -2286658 or 12458973. OLE color: 12458973.
HSL color Cylindrical-coordinate representation of color #DD1BBE: hue angle of 309.59º 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 #DD1BBE is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 190 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.13 |
| HSL | 309.59º | 0.78% | 0.49% | - |
| HSV(B) | 309.59º | 0.88% | 0.87% | - |
| XYZ | 39.5 | 19.87 | 50.47 | - |
| YUV | 103.59 | 176.77 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 190 | 0 | 0.88 | 0.14 | 0.13 | 309.59 | 0.78 | 0.49 |
| Hex | DD | 1B | BE | 0 | 58 | E | D | 136 | 4E | 31 |
| Octal | 335 | 33 | 276 | 0 | 130 | 16 | 15 | 466 | 116 | 61 |
| Binary | 11011101 | 11011 | 10111110 | 0 | 1011000 | 1110 | 1101 | 100110110 | 1001110 | 110001 |
Color Harmonies of #DD1BBE
Complementary color
Monochromatic Colors of #DD1BBE
Black with #DD1BBE
Text Example
Text Example
White with #DD1BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BBE; }
p { color: rgb(221,27,190); }
H1.HeaderClassName
{
color: #DD1BBE;
}
.AnyTagClassName
{
color: #DD1BBE;
}
</style>
background-color css
<style>
a { background-color: #DD1BBE; }
a { background-color: rgb(221,27,190); }
div.DivClassName
{
background-color: #DD1BBE;
}
.BgClassName
{
background-color: #DD1BBE;
}
</style>
border-color css
<style>
span { border-color: #DD1BBE; }
span { border-color: rgb(221,27,190); }
td.TdClassName
{
border-color: #DD1BBE;
}
.TagClassName
{
border-color: #DD1BBE;
}
</style>