Shades of Heliotrope #D781F5
Tints of Heliotrope #D781F5
RGB
CMYK
RGB Variations
Color information
#D781F5 (or 0xD781F5) is known color: Heliotrope. HEX triplet: D7, 81 and F5. RGB value is (215,129,245). Sum of RGB (Red+Green+Blue) = 215+129+245=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 245 - color contains mainly: blue. Hex color #D781F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D781F5 is #287E0A. Grayscale: #A7A7A7. Windows color (decimal): -2653707 or 16089559. OLE color: 16089559.
HSL color Cylindrical-coordinate representation of color #D781F5: hue angle of 284.48º degrees, saturation: 0.85, 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 #D781F5 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 129 | 245 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.04 |
| HSL | 284.48º | 0.85% | 0.73% | - |
| HSV(B) | 284.48º | 0.47% | 0.96% | - |
| XYZ | 52.36 | 36.74 | 90.72 | - |
| YUV | 167.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 245 | 0.12 | 0.47 | 0 | 0.04 | 284.48 | 0.85 | 0.73 |
| Hex | D7 | 81 | F5 | C | 2F | 0 | 4 | 11C | 55 | 49 |
| Octal | 327 | 201 | 365 | 14 | 57 | 0 | 4 | 434 | 125 | 111 |
| Binary | 11010111 | 10000001 | 11110101 | 1100 | 101111 | 0 | 100 | 100011100 | 1010101 | 1001001 |
Color Harmonies of #D781F5
Complementary color
Monochromatic Colors of #D781F5
Black with #D781F5
Text Example
Text Example
White with #D781F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D781F5; }
p { color: rgb(215,129,245); }
H1.HeaderClassName
{
color: #D781F5;
}
.AnyTagClassName
{
color: #D781F5;
}
</style>
background-color css
<style>
a { background-color: #D781F5; }
a { background-color: rgb(215,129,245); }
div.DivClassName
{
background-color: #D781F5;
}
.BgClassName
{
background-color: #D781F5;
}
</style>
border-color css
<style>
span { border-color: #D781F5; }
span { border-color: rgb(215,129,245); }
td.TdClassName
{
border-color: #D781F5;
}
.TagClassName
{
border-color: #D781F5;
}
</style>