Shades of Heliotrope #DD8BFF
Tints of Heliotrope #DD8BFF
RGB
CMYK
RGB Variations
Color information
#DD8BFF (or 0xDD8BFF) is known color: Heliotrope. HEX triplet: DD, 8B and FF. RGB value is (221,139,255). Sum of RGB (Red+Green+Blue) = 221+139+255=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 139 (54.69% from 255 or 22.60% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD8BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8BFF is #227400. Grayscale: #B0B0B0. Windows color (decimal): -2257921 or 16747485. OLE color: 16747485.
HSL color Cylindrical-coordinate representation of color #DD8BFF: hue angle of 282.41º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD8BFF is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 139 | 255 | - |
| CMYK | 0.13 | 0.45 | 0 | 0 |
| HSL | 282.41º | 1% | 0.77% | - |
| HSV(B) | 282.41º | 0.45% | 1% | - |
| XYZ | 57.1 | 41.06 | 99.52 | - |
| YUV | 176.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 255 | 0.13 | 0.45 | 0 | 0 | 282.41 | 1 | 0.77 |
| Hex | DD | 8B | FF | D | 2D | 0 | 0 | 11A | 64 | 4D |
| Octal | 335 | 213 | 377 | 15 | 55 | 0 | 0 | 432 | 144 | 115 |
| Binary | 11011101 | 10001011 | 11111111 | 1101 | 101101 | 0 | 0 | 100011010 | 1100100 | 1001101 |
Color Harmonies of #DD8BFF
Complementary color
Monochromatic Colors of #DD8BFF
Black with #DD8BFF
Text Example
Text Example
White with #DD8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BFF; }
p { color: rgb(221,139,255); }
H1.HeaderClassName
{
color: #DD8BFF;
}
.AnyTagClassName
{
color: #DD8BFF;
}
</style>
background-color css
<style>
a { background-color: #DD8BFF; }
a { background-color: rgb(221,139,255); }
div.DivClassName
{
background-color: #DD8BFF;
}
.BgClassName
{
background-color: #DD8BFF;
}
</style>
border-color css
<style>
span { border-color: #DD8BFF; }
span { border-color: rgb(221,139,255); }
td.TdClassName
{
border-color: #DD8BFF;
}
.TagClassName
{
border-color: #DD8BFF;
}
</style>