Shades of Heliotrope #DD92F9
Tints of Heliotrope #DD92F9
RGB
CMYK
RGB Variations
Color information
#DD92F9 (or 0xDD92F9) is known color: Heliotrope. HEX triplet: DD, 92 and F9. RGB value is (221,146,249). Sum of RGB (Red+Green+Blue) = 221+146+249=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 146 (57.42% from 255 or 23.70% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD92F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD92F9 is #226D06. Grayscale: #B3B3B3. Windows color (decimal): -2256135 or 16356061. OLE color: 16356061.
HSL color Cylindrical-coordinate representation of color #DD92F9: hue angle of 283.69º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD92F9 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 146 | 249 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.02 |
| HSL | 283.69º | 0.9% | 0.77% | - |
| HSV(B) | 283.69º | 0.41% | 0.98% | - |
| XYZ | 57.2 | 42.77 | 94.86 | - |
| YUV | 180.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 249 | 0.11 | 0.41 | 0 | 0.02 | 283.69 | 0.9 | 0.77 |
| Hex | DD | 92 | F9 | B | 29 | 0 | 2 | 11C | 5A | 4D |
| Octal | 335 | 222 | 371 | 13 | 51 | 0 | 2 | 434 | 132 | 115 |
| Binary | 11011101 | 10010010 | 11111001 | 1011 | 101001 | 0 | 10 | 100011100 | 1011010 | 1001101 |
Color Harmonies of #DD92F9
Complementary color
Monochromatic Colors of #DD92F9
Black with #DD92F9
Text Example
Text Example
White with #DD92F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92F9; }
p { color: rgb(221,146,249); }
H1.HeaderClassName
{
color: #DD92F9;
}
.AnyTagClassName
{
color: #DD92F9;
}
</style>
background-color css
<style>
a { background-color: #DD92F9; }
a { background-color: rgb(221,146,249); }
div.DivClassName
{
background-color: #DD92F9;
}
.BgClassName
{
background-color: #DD92F9;
}
</style>
border-color css
<style>
span { border-color: #DD92F9; }
span { border-color: rgb(221,146,249); }
td.TdClassName
{
border-color: #DD92F9;
}
.TagClassName
{
border-color: #DD92F9;
}
</style>