Shades of Heliotrope #D685F9
Tints of Heliotrope #D685F9
RGB
CMYK
RGB Variations
Color information
#D685F9 (or 0xD685F9) is known color: Heliotrope. HEX triplet: D6, 85 and F9. RGB value is (214,133,249). Sum of RGB (Red+Green+Blue) = 214+133+249=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #D685F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685F9 is #297A06. Grayscale: #AAAAAA. Windows color (decimal): -2718215 or 16352726. OLE color: 16352726.
HSL color Cylindrical-coordinate representation of color #D685F9: hue angle of 281.9º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D685F9 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 133 | 249 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.02 |
| HSL | 281.9º | 0.91% | 0.75% | - |
| HSV(B) | 281.9º | 0.47% | 0.98% | - |
| XYZ | 53.22 | 37.91 | 94.14 | - |
| YUV | 170.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 249 | 0.14 | 0.47 | 0 | 0.02 | 281.9 | 0.91 | 0.75 |
| Hex | D6 | 85 | F9 | E | 2F | 0 | 2 | 11A | 5B | 4B |
| Octal | 326 | 205 | 371 | 16 | 57 | 0 | 2 | 432 | 133 | 113 |
| Binary | 11010110 | 10000101 | 11111001 | 1110 | 101111 | 0 | 10 | 100011010 | 1011011 | 1001011 |
Color Harmonies of #D685F9
Complementary color
Monochromatic Colors of #D685F9
Black with #D685F9
Text Example
Text Example
White with #D685F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685F9; }
p { color: rgb(214,133,249); }
H1.HeaderClassName
{
color: #D685F9;
}
.AnyTagClassName
{
color: #D685F9;
}
</style>
background-color css
<style>
a { background-color: #D685F9; }
a { background-color: rgb(214,133,249); }
div.DivClassName
{
background-color: #D685F9;
}
.BgClassName
{
background-color: #D685F9;
}
</style>
border-color css
<style>
span { border-color: #D685F9; }
span { border-color: rgb(214,133,249); }
td.TdClassName
{
border-color: #D685F9;
}
.TagClassName
{
border-color: #D685F9;
}
</style>