Shades of Shocking #DD84B9
Tints of Shocking #DD84B9
RGB
CMYK
RGB Variations
Color information
#DD84B9 (or 0xDD84B9) is known color: Shocking. HEX triplet: DD, 84 and B9. RGB value is (221,132,185). Sum of RGB (Red+Green+Blue) = 221+132+185=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84B9 is #227B46. Grayscale: #A4A4A4. Windows color (decimal): -2259783 or 12158173. OLE color: 12158173.
HSL color Cylindrical-coordinate representation of color #DD84B9: hue angle of 324.27º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD84B9 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 185 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.13 |
| HSL | 324.27º | 0.57% | 0.69% | - |
| HSV(B) | 324.27º | 0.4% | 0.87% | - |
| XYZ | 46.83 | 35.38 | 50.26 | - |
| YUV | 164.65 | 139.49 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 185 | 0 | 0.40 | 0.16 | 0.13 | 324.27 | 0.57 | 0.69 |
| Hex | DD | 84 | B9 | 0 | 28 | 10 | D | 144 | 39 | 45 |
| Octal | 335 | 204 | 271 | 0 | 50 | 20 | 15 | 504 | 71 | 105 |
| Binary | 11011101 | 10000100 | 10111001 | 0 | 101000 | 10000 | 1101 | 101000100 | 111001 | 1000101 |
Color Harmonies of #DD84B9
Complementary color
Monochromatic Colors of #DD84B9
Black with #DD84B9
Text Example
Text Example
White with #DD84B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84B9; }
p { color: rgb(221,132,185); }
H1.HeaderClassName
{
color: #DD84B9;
}
.AnyTagClassName
{
color: #DD84B9;
}
</style>
background-color css
<style>
a { background-color: #DD84B9; }
a { background-color: rgb(221,132,185); }
div.DivClassName
{
background-color: #DD84B9;
}
.BgClassName
{
background-color: #DD84B9;
}
</style>
border-color css
<style>
span { border-color: #DD84B9; }
span { border-color: rgb(221,132,185); }
td.TdClassName
{
border-color: #DD84B9;
}
.TagClassName
{
border-color: #DD84B9;
}
</style>