Shades of Heliotrope #DD8CFE
Tints of Heliotrope #DD8CFE
RGB
CMYK
RGB Variations
Color information
#DD8CFE (or 0xDD8CFE) is known color: Heliotrope. HEX triplet: DD, 8C and FE. RGB value is (221,140,254). Sum of RGB (Red+Green+Blue) = 221+140+254=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 140 (55.08% from 255 or 22.76% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD8CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8CFE is #227301. Grayscale: #B0B0B0. Windows color (decimal): -2257666 or 16682205. OLE color: 16682205.
HSL color Cylindrical-coordinate representation of color #DD8CFE: hue angle of 282.63º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD8CFE is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 140 | 254 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.00 |
| HSL | 282.63º | 0.98% | 0.77% | - |
| HSV(B) | 282.63º | 0.45% | 1% | - |
| XYZ | 57.09 | 41.28 | 98.73 | - |
| YUV | 177.22 | 171.34 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 254 | 0.13 | 0.45 | 0 | 0.00 | 282.63 | 0.98 | 0.77 |
| Hex | DD | 8C | FE | D | 2D | 0 | 0 | 11B | 62 | 4D |
| Octal | 335 | 214 | 376 | 15 | 55 | 0 | 0 | 433 | 142 | 115 |
| Binary | 11011101 | 10001100 | 11111110 | 1101 | 101101 | 0 | 0 | 100011011 | 1100010 | 1001101 |
Color Harmonies of #DD8CFE
Complementary color
Monochromatic Colors of #DD8CFE
Black with #DD8CFE
Text Example
Text Example
White with #DD8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8CFE; }
p { color: rgb(221,140,254); }
H1.HeaderClassName
{
color: #DD8CFE;
}
.AnyTagClassName
{
color: #DD8CFE;
}
</style>
background-color css
<style>
a { background-color: #DD8CFE; }
a { background-color: rgb(221,140,254); }
div.DivClassName
{
background-color: #DD8CFE;
}
.BgClassName
{
background-color: #DD8CFE;
}
</style>
border-color css
<style>
span { border-color: #DD8CFE; }
span { border-color: rgb(221,140,254); }
td.TdClassName
{
border-color: #DD8CFE;
}
.TagClassName
{
border-color: #DD8CFE;
}
</style>