Shades of Heliotrope #DD8AFC
Tints of Heliotrope #DD8AFC
RGB
CMYK
RGB Variations
Color information
#DD8AFC (or 0xDD8AFC) is known color: Heliotrope. HEX triplet: DD, 8A and FC. RGB value is (221,138,252). Sum of RGB (Red+Green+Blue) = 221+138+252=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 138 (54.30% from 255 or 22.59% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD8AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8AFC is #227503. Grayscale: #AFAFAF. Windows color (decimal): -2258180 or 16550621. OLE color: 16550621.
HSL color Cylindrical-coordinate representation of color #DD8AFC: hue angle of 283.68º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD8AFC is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 138 | 252 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.01 |
| HSL | 283.68º | 0.95% | 0.76% | - |
| HSV(B) | 283.68º | 0.45% | 0.99% | - |
| XYZ | 56.48 | 40.58 | 96.95 | - |
| YUV | 175.81 | 171 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 252 | 0.12 | 0.45 | 0 | 0.01 | 283.68 | 0.95 | 0.76 |
| Hex | DD | 8A | FC | C | 2D | 0 | 1 | 11C | 5F | 4C |
| Octal | 335 | 212 | 374 | 14 | 55 | 0 | 1 | 434 | 137 | 114 |
| Binary | 11011101 | 10001010 | 11111100 | 1100 | 101101 | 0 | 1 | 100011100 | 1011111 | 1001100 |
Color Harmonies of #DD8AFC
Complementary color
Monochromatic Colors of #DD8AFC
Black with #DD8AFC
Text Example
Text Example
White with #DD8AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8AFC; }
p { color: rgb(221,138,252); }
H1.HeaderClassName
{
color: #DD8AFC;
}
.AnyTagClassName
{
color: #DD8AFC;
}
</style>
background-color css
<style>
a { background-color: #DD8AFC; }
a { background-color: rgb(221,138,252); }
div.DivClassName
{
background-color: #DD8AFC;
}
.BgClassName
{
background-color: #DD8AFC;
}
</style>
border-color css
<style>
span { border-color: #DD8AFC; }
span { border-color: rgb(221,138,252); }
td.TdClassName
{
border-color: #DD8AFC;
}
.TagClassName
{
border-color: #DD8AFC;
}
</style>