Shades of Heliotrope #DD85FF
Tints of Heliotrope #DD85FF
RGB
CMYK
RGB Variations
Color information
#DD85FF (or 0xDD85FF) is known color: Heliotrope. HEX triplet: DD, 85 and FF. RGB value is (221,133,255). Sum of RGB (Red+Green+Blue) = 221+133+255=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD85FF is #227A00. Grayscale: #ACACAC. Windows color (decimal): -2259457 or 16745949. OLE color: 16745949.
HSL color Cylindrical-coordinate representation of color #DD85FF: hue angle of 283.28º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD85FF is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 133 | 255 | - |
| CMYK | 0.13 | 0.48 | 0 | 0 |
| HSL | 283.28º | 1% | 0.76% | - |
| HSV(B) | 283.28º | 0.48% | 1% | - |
| XYZ | 56.26 | 39.37 | 99.24 | - |
| YUV | 173.22 | 174.15 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 255 | 0.13 | 0.48 | 0 | 0 | 283.28 | 1 | 0.76 |
| Hex | DD | 85 | FF | D | 30 | 0 | 0 | 11B | 64 | 4C |
| Octal | 335 | 205 | 377 | 15 | 60 | 0 | 0 | 433 | 144 | 114 |
| Binary | 11011101 | 10000101 | 11111111 | 1101 | 110000 | 0 | 0 | 100011011 | 1100100 | 1001100 |
Color Harmonies of #DD85FF
Complementary color
Monochromatic Colors of #DD85FF
Black with #DD85FF
Text Example
Text Example
White with #DD85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85FF; }
p { color: rgb(221,133,255); }
H1.HeaderClassName
{
color: #DD85FF;
}
.AnyTagClassName
{
color: #DD85FF;
}
</style>
background-color css
<style>
a { background-color: #DD85FF; }
a { background-color: rgb(221,133,255); }
div.DivClassName
{
background-color: #DD85FF;
}
.BgClassName
{
background-color: #DD85FF;
}
</style>
border-color css
<style>
span { border-color: #DD85FF; }
span { border-color: rgb(221,133,255); }
td.TdClassName
{
border-color: #DD85FF;
}
.TagClassName
{
border-color: #DD85FF;
}
</style>