Shades of Heliotrope #D681FE
Tints of Heliotrope #D681FE
RGB
CMYK
RGB Variations
Color information
#D681FE (or 0xD681FE) is known color: Heliotrope. HEX triplet: D6, 81 and FE. RGB value is (214,129,254). Sum of RGB (Red+Green+Blue) = 214+129+254=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 129 (50.78% from 255 or 21.61% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #D681FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D681FE is #297E01. Grayscale: #A8A8A8. Windows color (decimal): -2719234 or 16679382. OLE color: 16679382.
HSL color Cylindrical-coordinate representation of color #D681FE: hue angle of 280.8º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D681FE is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 129 | 254 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.00 |
| HSL | 280.8º | 0.98% | 0.75% | - |
| HSV(B) | 280.8º | 0.49% | 1% | - |
| XYZ | 53.47 | 37.15 | 98.12 | - |
| YUV | 168.67 | 176.16 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 254 | 0.16 | 0.49 | 0 | 0.00 | 280.8 | 0.98 | 0.75 |
| Hex | D6 | 81 | FE | 10 | 31 | 0 | 0 | 119 | 62 | 4B |
| Octal | 326 | 201 | 376 | 20 | 61 | 0 | 0 | 431 | 142 | 113 |
| Binary | 11010110 | 10000001 | 11111110 | 10000 | 110001 | 0 | 0 | 100011001 | 1100010 | 1001011 |
Color Harmonies of #D681FE
Complementary color
Monochromatic Colors of #D681FE
Black with #D681FE
Text Example
Text Example
White with #D681FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D681FE; }
p { color: rgb(214,129,254); }
H1.HeaderClassName
{
color: #D681FE;
}
.AnyTagClassName
{
color: #D681FE;
}
</style>
background-color css
<style>
a { background-color: #D681FE; }
a { background-color: rgb(214,129,254); }
div.DivClassName
{
background-color: #D681FE;
}
.BgClassName
{
background-color: #D681FE;
}
</style>
border-color css
<style>
span { border-color: #D681FE; }
span { border-color: rgb(214,129,254); }
td.TdClassName
{
border-color: #D681FE;
}
.TagClassName
{
border-color: #D681FE;
}
</style>