Shades of Heliotrope #D682F9
Tints of Heliotrope #D682F9
RGB
CMYK
RGB Variations
Color information
#D682F9 (or 0xD682F9) is known color: Heliotrope. HEX triplet: D6, 82 and F9. RGB value is (214,130,249). Sum of RGB (Red+Green+Blue) = 214+130+249=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #D682F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D682F9 is #297D06. Grayscale: #A8A8A8. Windows color (decimal): -2718983 or 16351958. OLE color: 16351958.
HSL color Cylindrical-coordinate representation of color #D682F9: hue angle of 282.35º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D682F9 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 130 | 249 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.02 |
| HSL | 282.35º | 0.91% | 0.74% | - |
| HSV(B) | 282.35º | 0.48% | 0.98% | - |
| XYZ | 52.81 | 37.1 | 94 | - |
| YUV | 168.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 249 | 0.14 | 0.48 | 0 | 0.02 | 282.35 | 0.91 | 0.74 |
| Hex | D6 | 82 | F9 | E | 30 | 0 | 2 | 11A | 5B | 4A |
| Octal | 326 | 202 | 371 | 16 | 60 | 0 | 2 | 432 | 133 | 112 |
| Binary | 11010110 | 10000010 | 11111001 | 1110 | 110000 | 0 | 10 | 100011010 | 1011011 | 1001010 |
Color Harmonies of #D682F9
Complementary color
Monochromatic Colors of #D682F9
Black with #D682F9
Text Example
Text Example
White with #D682F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682F9; }
p { color: rgb(214,130,249); }
H1.HeaderClassName
{
color: #D682F9;
}
.AnyTagClassName
{
color: #D682F9;
}
</style>
background-color css
<style>
a { background-color: #D682F9; }
a { background-color: rgb(214,130,249); }
div.DivClassName
{
background-color: #D682F9;
}
.BgClassName
{
background-color: #D682F9;
}
</style>
border-color css
<style>
span { border-color: #D682F9; }
span { border-color: rgb(214,130,249); }
td.TdClassName
{
border-color: #D682F9;
}
.TagClassName
{
border-color: #D682F9;
}
</style>