Shades of Heliotrope #D685FB
Tints of Heliotrope #D685FB
RGB
CMYK
RGB Variations
Color information
#D685FB (or 0xD685FB) is known color: Heliotrope. HEX triplet: D6, 85 and FB. RGB value is (214,133,251). Sum of RGB (Red+Green+Blue) = 214+133+251=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #D685FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685FB is #297A04. Grayscale: #AAAAAA. Windows color (decimal): -2718213 or 16483798. OLE color: 16483798.
HSL color Cylindrical-coordinate representation of color #D685FB: hue angle of 281.19º degrees, saturation: 0.94, 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 #D685FB is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 133 | 251 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.02 |
| HSL | 281.19º | 0.94% | 0.75% | - |
| HSV(B) | 281.19º | 0.47% | 0.98% | - |
| XYZ | 53.53 | 38.04 | 95.79 | - |
| YUV | 170.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 251 | 0.15 | 0.47 | 0 | 0.02 | 281.19 | 0.94 | 0.75 |
| Hex | D6 | 85 | FB | F | 2F | 0 | 2 | 119 | 5E | 4B |
| Octal | 326 | 205 | 373 | 17 | 57 | 0 | 2 | 431 | 136 | 113 |
| Binary | 11010110 | 10000101 | 11111011 | 1111 | 101111 | 0 | 10 | 100011001 | 1011110 | 1001011 |
Color Harmonies of #D685FB
Complementary color
Monochromatic Colors of #D685FB
Black with #D685FB
Text Example
Text Example
White with #D685FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685FB; }
p { color: rgb(214,133,251); }
H1.HeaderClassName
{
color: #D685FB;
}
.AnyTagClassName
{
color: #D685FB;
}
</style>
background-color css
<style>
a { background-color: #D685FB; }
a { background-color: rgb(214,133,251); }
div.DivClassName
{
background-color: #D685FB;
}
.BgClassName
{
background-color: #D685FB;
}
</style>
border-color css
<style>
span { border-color: #D685FB; }
span { border-color: rgb(214,133,251); }
td.TdClassName
{
border-color: #D685FB;
}
.TagClassName
{
border-color: #D685FB;
}
</style>