Shades of Heliotrope #DD92FA
Tints of Heliotrope #DD92FA
RGB
CMYK
RGB Variations
Color information
#DD92FA (or 0xDD92FA) is known color: Heliotrope. HEX triplet: DD, 92 and FA. RGB value is (221,146,250). Sum of RGB (Red+Green+Blue) = 221+146+250=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 146 (57.42% from 255 or 23.66% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD92FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD92FA is #226D05. Grayscale: #B3B3B3. Windows color (decimal): -2256134 or 16421597. OLE color: 16421597.
HSL color Cylindrical-coordinate representation of color #DD92FA: hue angle of 283.27º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD92FA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 146 | 250 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.02 |
| HSL | 283.27º | 0.91% | 0.78% | - |
| HSV(B) | 283.27º | 0.42% | 0.98% | - |
| XYZ | 57.35 | 42.83 | 95.69 | - |
| YUV | 180.28 | 167.35 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 250 | 0.12 | 0.42 | 0 | 0.02 | 283.27 | 0.91 | 0.78 |
| Hex | DD | 92 | FA | C | 2A | 0 | 2 | 11B | 5B | 4E |
| Octal | 335 | 222 | 372 | 14 | 52 | 0 | 2 | 433 | 133 | 116 |
| Binary | 11011101 | 10010010 | 11111010 | 1100 | 101010 | 0 | 10 | 100011011 | 1011011 | 1001110 |
Color Harmonies of #DD92FA
Complementary color
Monochromatic Colors of #DD92FA
Black with #DD92FA
Text Example
Text Example
White with #DD92FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92FA; }
p { color: rgb(221,146,250); }
H1.HeaderClassName
{
color: #DD92FA;
}
.AnyTagClassName
{
color: #DD92FA;
}
</style>
background-color css
<style>
a { background-color: #DD92FA; }
a { background-color: rgb(221,146,250); }
div.DivClassName
{
background-color: #DD92FA;
}
.BgClassName
{
background-color: #DD92FA;
}
</style>
border-color css
<style>
span { border-color: #DD92FA; }
span { border-color: rgb(221,146,250); }
td.TdClassName
{
border-color: #DD92FA;
}
.TagClassName
{
border-color: #DD92FA;
}
</style>