Shades of Heliotrope #DD8BFD
Tints of Heliotrope #DD8BFD
RGB
CMYK
RGB Variations
Color information
#DD8BFD (or 0xDD8BFD) is known color: Heliotrope. HEX triplet: DD, 8B and FD. RGB value is (221,139,253). Sum of RGB (Red+Green+Blue) = 221+139+253=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 139 (54.69% from 255 or 22.68% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8BFD is #227402. Grayscale: #B0B0B0. Windows color (decimal): -2257923 or 16616413. OLE color: 16616413.
HSL color Cylindrical-coordinate representation of color #DD8BFD: hue angle of 283.16º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD8BFD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 139 | 253 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.01 |
| HSL | 283.16º | 0.97% | 0.77% | - |
| HSV(B) | 283.16º | 0.45% | 0.99% | - |
| XYZ | 56.78 | 40.93 | 97.84 | - |
| YUV | 176.51 | 171.17 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 253 | 0.13 | 0.45 | 0 | 0.01 | 283.16 | 0.97 | 0.77 |
| Hex | DD | 8B | FD | D | 2D | 0 | 1 | 11B | 61 | 4D |
| Octal | 335 | 213 | 375 | 15 | 55 | 0 | 1 | 433 | 141 | 115 |
| Binary | 11011101 | 10001011 | 11111101 | 1101 | 101101 | 0 | 1 | 100011011 | 1100001 | 1001101 |
Color Harmonies of #DD8BFD
Complementary color
Monochromatic Colors of #DD8BFD
Black with #DD8BFD
Text Example
Text Example
White with #DD8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BFD; }
p { color: rgb(221,139,253); }
H1.HeaderClassName
{
color: #DD8BFD;
}
.AnyTagClassName
{
color: #DD8BFD;
}
</style>
background-color css
<style>
a { background-color: #DD8BFD; }
a { background-color: rgb(221,139,253); }
div.DivClassName
{
background-color: #DD8BFD;
}
.BgClassName
{
background-color: #DD8BFD;
}
</style>
border-color css
<style>
span { border-color: #DD8BFD; }
span { border-color: rgb(221,139,253); }
td.TdClassName
{
border-color: #DD8BFD;
}
.TagClassName
{
border-color: #DD8BFD;
}
</style>