Shades of Heliotrope #D681F4
Tints of Heliotrope #D681F4
RGB
CMYK
RGB Variations
Color information
#D681F4 (or 0xD681F4) is known color: Heliotrope. HEX triplet: D6, 81 and F4. RGB value is (214,129,244). Sum of RGB (Red+Green+Blue) = 214+129+244=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 244 (95.70% from 255 or 41.57% from 587); Max value from RGB is 244 - color contains mainly: blue. Hex color #D681F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D681F4 is #297E0B. Grayscale: #A7A7A7. Windows color (decimal): -2719244 or 16024022. OLE color: 16024022.
HSL color Cylindrical-coordinate representation of color #D681F4: hue angle of 284.35º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D681F4 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 129 | 244 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.04 |
| HSL | 284.35º | 0.84% | 0.73% | - |
| HSV(B) | 284.35º | 0.47% | 0.96% | - |
| XYZ | 51.91 | 36.53 | 89.9 | - |
| YUV | 167.53 | 171.16 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 244 | 0.12 | 0.47 | 0 | 0.04 | 284.35 | 0.84 | 0.73 |
| Hex | D6 | 81 | F4 | C | 2F | 0 | 4 | 11C | 54 | 49 |
| Octal | 326 | 201 | 364 | 14 | 57 | 0 | 4 | 434 | 124 | 111 |
| Binary | 11010110 | 10000001 | 11110100 | 1100 | 101111 | 0 | 100 | 100011100 | 1010100 | 1001001 |
Color Harmonies of #D681F4
Complementary color
Monochromatic Colors of #D681F4
Black with #D681F4
Text Example
Text Example
White with #D681F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D681F4; }
p { color: rgb(214,129,244); }
H1.HeaderClassName
{
color: #D681F4;
}
.AnyTagClassName
{
color: #D681F4;
}
</style>
background-color css
<style>
a { background-color: #D681F4; }
a { background-color: rgb(214,129,244); }
div.DivClassName
{
background-color: #D681F4;
}
.BgClassName
{
background-color: #D681F4;
}
</style>
border-color css
<style>
span { border-color: #D681F4; }
span { border-color: rgb(214,129,244); }
td.TdClassName
{
border-color: #D681F4;
}
.TagClassName
{
border-color: #D681F4;
}
</style>