Shades of Heliotrope #D77DFD
Tints of Heliotrope #D77DFD
RGB
CMYK
RGB Variations
Color information
#D77DFD (or 0xD77DFD) is known color: Heliotrope. HEX triplet: D7, 7D and FD. RGB value is (215,125,253). Sum of RGB (Red+Green+Blue) = 215+125+253=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #D77DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DFD is #288202. Grayscale: #A6A6A6. Windows color (decimal): -2654723 or 16612823. OLE color: 16612823.
HSL color Cylindrical-coordinate representation of color #D77DFD: hue angle of 282.19º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D77DFD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 125 | 253 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.01 |
| HSL | 282.19º | 0.97% | 0.74% | - |
| HSV(B) | 282.19º | 0.51% | 0.99% | - |
| XYZ | 53.09 | 36.21 | 97.12 | - |
| YUV | 166.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 253 | 0.15 | 0.51 | 0 | 0.01 | 282.19 | 0.97 | 0.74 |
| Hex | D7 | 7D | FD | F | 33 | 0 | 1 | 11A | 61 | 4A |
| Octal | 327 | 175 | 375 | 17 | 63 | 0 | 1 | 432 | 141 | 112 |
| Binary | 11010111 | 1111101 | 11111101 | 1111 | 110011 | 0 | 1 | 100011010 | 1100001 | 1001010 |
Color Harmonies of #D77DFD
Complementary color
Monochromatic Colors of #D77DFD
Black with #D77DFD
Text Example
Text Example
White with #D77DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DFD; }
p { color: rgb(215,125,253); }
H1.HeaderClassName
{
color: #D77DFD;
}
.AnyTagClassName
{
color: #D77DFD;
}
</style>
background-color css
<style>
a { background-color: #D77DFD; }
a { background-color: rgb(215,125,253); }
div.DivClassName
{
background-color: #D77DFD;
}
.BgClassName
{
background-color: #D77DFD;
}
</style>
border-color css
<style>
span { border-color: #D77DFD; }
span { border-color: rgb(215,125,253); }
td.TdClassName
{
border-color: #D77DFD;
}
.TagClassName
{
border-color: #D77DFD;
}
</style>