Shades of Shocking #DD85C0
Tints of Shocking #DD85C0
RGB
CMYK
RGB Variations
Color information
#DD85C0 (or 0xDD85C0) is known color: Shocking. HEX triplet: DD, 85 and C0. RGB value is (221,133,192). Sum of RGB (Red+Green+Blue) = 221+133+192=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85C0 is #227A3F. Grayscale: #A5A5A5. Windows color (decimal): -2259520 or 12617181. OLE color: 12617181.
HSL color Cylindrical-coordinate representation of color #DD85C0: hue angle of 319.77º 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 #DD85C0 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 192 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.13 |
| HSL | 319.77º | 0.56% | 0.69% | - |
| HSV(B) | 319.77º | 0.4% | 0.87% | - |
| XYZ | 47.72 | 35.95 | 54.29 | - |
| YUV | 166.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 192 | 0 | 0.40 | 0.13 | 0.13 | 319.77 | 0.56 | 0.69 |
| Hex | DD | 85 | C0 | 0 | 28 | D | D | 140 | 38 | 45 |
| Octal | 335 | 205 | 300 | 0 | 50 | 15 | 15 | 500 | 70 | 105 |
| Binary | 11011101 | 10000101 | 11000000 | 0 | 101000 | 1101 | 1101 | 101000000 | 111000 | 1000101 |
Color Harmonies of #DD85C0
Complementary color
Monochromatic Colors of #DD85C0
Black with #DD85C0
Text Example
Text Example
White with #DD85C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85C0; }
p { color: rgb(221,133,192); }
H1.HeaderClassName
{
color: #DD85C0;
}
.AnyTagClassName
{
color: #DD85C0;
}
</style>
background-color css
<style>
a { background-color: #DD85C0; }
a { background-color: rgb(221,133,192); }
div.DivClassName
{
background-color: #DD85C0;
}
.BgClassName
{
background-color: #DD85C0;
}
</style>
border-color css
<style>
span { border-color: #DD85C0; }
span { border-color: rgb(221,133,192); }
td.TdClassName
{
border-color: #DD85C0;
}
.TagClassName
{
border-color: #DD85C0;
}
</style>