Shades of Heliotrope #D751FA
Tints of Heliotrope #D751FA
RGB
CMYK
RGB Variations
Color information
#D751FA (or 0xD751FA) is known color: Heliotrope. HEX triplet: D7, 51 and FA. RGB value is (215,81,250). Sum of RGB (Red+Green+Blue) = 215+81+250=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 81 (32.03% from 255 or 14.84% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #D751FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D751FA is #28AE05. Grayscale: #8B8B8B. Windows color (decimal): -2665990 or 16404951. OLE color: 16404951.
HSL color Cylindrical-coordinate representation of color #D751FA: hue angle of 287.57º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D751FA is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 81 | 250 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.02 |
| HSL | 287.57º | 0.94% | 0.65% | - |
| HSV(B) | 287.57º | 0.68% | 0.98% | - |
| XYZ | 48.22 | 27.23 | 93.16 | - |
| YUV | 140.33 | 189.89 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 250 | 0.14 | 0.68 | 0 | 0.02 | 287.57 | 0.94 | 0.65 |
| Hex | D7 | 51 | FA | E | 44 | 0 | 2 | 120 | 5E | 41 |
| Octal | 327 | 121 | 372 | 16 | 104 | 0 | 2 | 440 | 136 | 101 |
| Binary | 11010111 | 1010001 | 11111010 | 1110 | 1000100 | 0 | 10 | 100100000 | 1011110 | 1000001 |
Color Harmonies of #D751FA
Complementary color
Monochromatic Colors of #D751FA
Black with #D751FA
Text Example
Text Example
White with #D751FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D751FA; }
p { color: rgb(215,81,250); }
H1.HeaderClassName
{
color: #D751FA;
}
.AnyTagClassName
{
color: #D751FA;
}
</style>
background-color css
<style>
a { background-color: #D751FA; }
a { background-color: rgb(215,81,250); }
div.DivClassName
{
background-color: #D751FA;
}
.BgClassName
{
background-color: #D751FA;
}
</style>
border-color css
<style>
span { border-color: #D751FA; }
span { border-color: rgb(215,81,250); }
td.TdClassName
{
border-color: #D751FA;
}
.TagClassName
{
border-color: #D751FA;
}
</style>