Shades of Heliotrope #DD8CFA
Tints of Heliotrope #DD8CFA
RGB
CMYK
RGB Variations
Color information
#DD8CFA (or 0xDD8CFA) is known color: Heliotrope. HEX triplet: DD, 8C and FA. RGB value is (221,140,250). Sum of RGB (Red+Green+Blue) = 221+140+250=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8CFA is #227305. Grayscale: #B0B0B0. Windows color (decimal): -2257670 or 16420061. OLE color: 16420061.
HSL color Cylindrical-coordinate representation of color #DD8CFA: hue angle of 284.18º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD8CFA is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 140 | 250 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.02 |
| HSL | 284.18º | 0.92% | 0.76% | - |
| HSV(B) | 284.18º | 0.44% | 0.98% | - |
| XYZ | 56.45 | 41.03 | 95.39 | - |
| YUV | 176.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 250 | 0.12 | 0.44 | 0 | 0.02 | 284.18 | 0.92 | 0.76 |
| Hex | DD | 8C | FA | C | 2C | 0 | 2 | 11C | 5C | 4C |
| Octal | 335 | 214 | 372 | 14 | 54 | 0 | 2 | 434 | 134 | 114 |
| Binary | 11011101 | 10001100 | 11111010 | 1100 | 101100 | 0 | 10 | 100011100 | 1011100 | 1001100 |
Color Harmonies of #DD8CFA
Complementary color
Monochromatic Colors of #DD8CFA
Black with #DD8CFA
Text Example
Text Example
White with #DD8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8CFA; }
p { color: rgb(221,140,250); }
H1.HeaderClassName
{
color: #DD8CFA;
}
.AnyTagClassName
{
color: #DD8CFA;
}
</style>
background-color css
<style>
a { background-color: #DD8CFA; }
a { background-color: rgb(221,140,250); }
div.DivClassName
{
background-color: #DD8CFA;
}
.BgClassName
{
background-color: #DD8CFA;
}
</style>
border-color css
<style>
span { border-color: #DD8CFA; }
span { border-color: rgb(221,140,250); }
td.TdClassName
{
border-color: #DD8CFA;
}
.TagClassName
{
border-color: #DD8CFA;
}
</style>