Shades of Shocking #DD86BB
Tints of Shocking #DD86BB
RGB
CMYK
RGB Variations
Color information
#DD86BB (or 0xDD86BB) is known color: Shocking. HEX triplet: DD, 86 and BB. RGB value is (221,134,187). Sum of RGB (Red+Green+Blue) = 221+134+187=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86BB is #227944. Grayscale: #A5A5A5. Windows color (decimal): -2259269 or 12289757. OLE color: 12289757.
HSL color Cylindrical-coordinate representation of color #DD86BB: hue angle of 323.45º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD86BB is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 187 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.13 |
| HSL | 323.45º | 0.56% | 0.7% | - |
| HSV(B) | 323.45º | 0.39% | 0.87% | - |
| XYZ | 47.31 | 36.01 | 51.47 | - |
| YUV | 166.06 | 139.82 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 187 | 0 | 0.39 | 0.15 | 0.13 | 323.45 | 0.56 | 0.7 |
| Hex | DD | 86 | BB | 0 | 27 | F | D | 143 | 38 | 46 |
| Octal | 335 | 206 | 273 | 0 | 47 | 17 | 15 | 503 | 70 | 106 |
| Binary | 11011101 | 10000110 | 10111011 | 0 | 100111 | 1111 | 1101 | 101000011 | 111000 | 1000110 |
Color Harmonies of #DD86BB
Complementary color
Monochromatic Colors of #DD86BB
Black with #DD86BB
Text Example
Text Example
White with #DD86BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD86BB; }
p { color: rgb(221,134,187); }
H1.HeaderClassName
{
color: #DD86BB;
}
.AnyTagClassName
{
color: #DD86BB;
}
</style>
background-color css
<style>
a { background-color: #DD86BB; }
a { background-color: rgb(221,134,187); }
div.DivClassName
{
background-color: #DD86BB;
}
.BgClassName
{
background-color: #DD86BB;
}
</style>
border-color css
<style>
span { border-color: #DD86BB; }
span { border-color: rgb(221,134,187); }
td.TdClassName
{
border-color: #DD86BB;
}
.TagClassName
{
border-color: #DD86BB;
}
</style>