Shades of Shocking #DD85BB
Tints of Shocking #DD85BB
RGB
CMYK
RGB Variations
Color information
#DD85BB (or 0xDD85BB) is known color: Shocking. HEX triplet: DD, 85 and BB. RGB value is (221,133,187). Sum of RGB (Red+Green+Blue) = 221+133+187=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85BB is #227A44. Grayscale: #A5A5A5. Windows color (decimal): -2259525 or 12289501. OLE color: 12289501.
HSL color Cylindrical-coordinate representation of color #DD85BB: hue angle of 323.18º degrees, saturation: 0.56, 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 #DD85BB is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 187 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.13 |
| HSL | 323.18º | 0.56% | 0.69% | - |
| HSV(B) | 323.18º | 0.4% | 0.87% | - |
| XYZ | 47.18 | 35.74 | 51.42 | - |
| YUV | 165.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 187 | 0 | 0.40 | 0.15 | 0.13 | 323.18 | 0.56 | 0.69 |
| Hex | DD | 85 | BB | 0 | 28 | F | D | 143 | 38 | 45 |
| Octal | 335 | 205 | 273 | 0 | 50 | 17 | 15 | 503 | 70 | 105 |
| Binary | 11011101 | 10000101 | 10111011 | 0 | 101000 | 1111 | 1101 | 101000011 | 111000 | 1000101 |
Color Harmonies of #DD85BB
Complementary color
Monochromatic Colors of #DD85BB
Black with #DD85BB
Text Example
Text Example
White with #DD85BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85BB; }
p { color: rgb(221,133,187); }
H1.HeaderClassName
{
color: #DD85BB;
}
.AnyTagClassName
{
color: #DD85BB;
}
</style>
background-color css
<style>
a { background-color: #DD85BB; }
a { background-color: rgb(221,133,187); }
div.DivClassName
{
background-color: #DD85BB;
}
.BgClassName
{
background-color: #DD85BB;
}
</style>
border-color css
<style>
span { border-color: #DD85BB; }
span { border-color: rgb(221,133,187); }
td.TdClassName
{
border-color: #DD85BB;
}
.TagClassName
{
border-color: #DD85BB;
}
</style>