Shades of Heliotrope #D768F4
Tints of Heliotrope #D768F4
RGB
CMYK
RGB Variations
Color information
#D768F4 (or 0xD768F4) is known color: Heliotrope. HEX triplet: D7, 68 and F4. RGB value is (215,104,244). Sum of RGB (Red+Green+Blue) = 215+104+244=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 104 (41.02% from 255 or 18.47% from 563); Blue value is 244 (95.70% from 255 or 43.34% from 563); Max value from RGB is 244 - color contains mainly: blue. Hex color #D768F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D768F4 is #28970B. Grayscale: #989898. Windows color (decimal): -2660108 or 16017623. OLE color: 16017623.
HSL color Cylindrical-coordinate representation of color #D768F4: hue angle of 287.57º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D768F4 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 104 | 244 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.04 |
| HSL | 287.57º | 0.86% | 0.68% | - |
| HSV(B) | 287.57º | 0.57% | 0.96% | - |
| XYZ | 49.3 | 30.88 | 88.95 | - |
| YUV | 153.15 | 179.27 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 244 | 0.12 | 0.57 | 0 | 0.04 | 287.57 | 0.86 | 0.68 |
| Hex | D7 | 68 | F4 | C | 39 | 0 | 4 | 120 | 56 | 44 |
| Octal | 327 | 150 | 364 | 14 | 71 | 0 | 4 | 440 | 126 | 104 |
| Binary | 11010111 | 1101000 | 11110100 | 1100 | 111001 | 0 | 100 | 100100000 | 1010110 | 1000100 |
Color Harmonies of #D768F4
Complementary color
Monochromatic Colors of #D768F4
Black with #D768F4
Text Example
Text Example
White with #D768F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D768F4; }
p { color: rgb(215,104,244); }
H1.HeaderClassName
{
color: #D768F4;
}
.AnyTagClassName
{
color: #D768F4;
}
</style>
background-color css
<style>
a { background-color: #D768F4; }
a { background-color: rgb(215,104,244); }
div.DivClassName
{
background-color: #D768F4;
}
.BgClassName
{
background-color: #D768F4;
}
</style>
border-color css
<style>
span { border-color: #D768F4; }
span { border-color: rgb(215,104,244); }
td.TdClassName
{
border-color: #D768F4;
}
.TagClassName
{
border-color: #D768F4;
}
</style>