Shades of Shocking Pink #DD1CBE
Tints of Shocking Pink #DD1CBE
RGB
CMYK
RGB Variations
Color information
#DD1CBE (or 0xDD1CBE) is known color: Shocking Pink. HEX triplet: DD, 1C and BE. RGB value is (221,28,190). Sum of RGB (Red+Green+Blue) = 221+28+190=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1CBE is #22E341. Grayscale: #676767. Windows color (decimal): -2286402 or 12459229. OLE color: 12459229.
HSL color Cylindrical-coordinate representation of color #DD1CBE: hue angle of 309.64º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1CBE is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 190 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.13 |
| HSL | 309.64º | 0.78% | 0.49% | - |
| HSV(B) | 309.64º | 0.87% | 0.87% | - |
| XYZ | 39.53 | 19.92 | 50.48 | - |
| YUV | 104.18 | 176.44 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 190 | 0 | 0.87 | 0.14 | 0.13 | 309.64 | 0.78 | 0.49 |
| Hex | DD | 1C | BE | 0 | 57 | E | D | 136 | 4E | 31 |
| Octal | 335 | 34 | 276 | 0 | 127 | 16 | 15 | 466 | 116 | 61 |
| Binary | 11011101 | 11100 | 10111110 | 0 | 1010111 | 1110 | 1101 | 100110110 | 1001110 | 110001 |
Color Harmonies of #DD1CBE
Complementary color
Monochromatic Colors of #DD1CBE
Black with #DD1CBE
Text Example
Text Example
White with #DD1CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1CBE; }
p { color: rgb(221,28,190); }
H1.HeaderClassName
{
color: #DD1CBE;
}
.AnyTagClassName
{
color: #DD1CBE;
}
</style>
background-color css
<style>
a { background-color: #DD1CBE; }
a { background-color: rgb(221,28,190); }
div.DivClassName
{
background-color: #DD1CBE;
}
.BgClassName
{
background-color: #DD1CBE;
}
</style>
border-color css
<style>
span { border-color: #DD1CBE; }
span { border-color: rgb(221,28,190); }
td.TdClassName
{
border-color: #DD1CBE;
}
.TagClassName
{
border-color: #DD1CBE;
}
</style>