Shades of Heliotrope #D750F4
Tints of Heliotrope #D750F4
RGB
CMYK
RGB Variations
Color information
#D750F4 (or 0xD750F4) is known color: Heliotrope. HEX triplet: D7, 50 and F4. RGB value is (215,80,244). Sum of RGB (Red+Green+Blue) = 215+80+244=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #D750F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D750F4 is #28AF0B. Grayscale: #8A8A8A. Windows color (decimal): -2666252 or 16011479. OLE color: 16011479.
HSL color Cylindrical-coordinate representation of color #D750F4: hue angle of 289.39º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D750F4 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 80 | 244 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.04 |
| HSL | 289.39º | 0.88% | 0.64% | - |
| HSV(B) | 289.39º | 0.67% | 0.96% | - |
| XYZ | 47.22 | 26.72 | 88.26 | - |
| YUV | 139.06 | 187.23 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 244 | 0.12 | 0.67 | 0 | 0.04 | 289.39 | 0.88 | 0.64 |
| Hex | D7 | 50 | F4 | C | 43 | 0 | 4 | 121 | 58 | 40 |
| Octal | 327 | 120 | 364 | 14 | 103 | 0 | 4 | 441 | 130 | 100 |
| Binary | 11010111 | 1010000 | 11110100 | 1100 | 1000011 | 0 | 100 | 100100001 | 1011000 | 1000000 |
Color Harmonies of #D750F4
Complementary color
Monochromatic Colors of #D750F4
Black with #D750F4
Text Example
Text Example
White with #D750F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D750F4; }
p { color: rgb(215,80,244); }
H1.HeaderClassName
{
color: #D750F4;
}
.AnyTagClassName
{
color: #D750F4;
}
</style>
background-color css
<style>
a { background-color: #D750F4; }
a { background-color: rgb(215,80,244); }
div.DivClassName
{
background-color: #D750F4;
}
.BgClassName
{
background-color: #D750F4;
}
</style>
border-color css
<style>
span { border-color: #D750F4; }
span { border-color: rgb(215,80,244); }
td.TdClassName
{
border-color: #D750F4;
}
.TagClassName
{
border-color: #D750F4;
}
</style>