Shades of Heliotrope #D27FFF
Tints of Heliotrope #D27FFF
RGB
CMYK
RGB Variations
Color information
#D27FFF (or 0xD27FFF) is known color: Heliotrope. HEX triplet: D2, 7F and FF. RGB value is (210,127,255). Sum of RGB (Red+Green+Blue) = 210+127+255=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 127 (50% from 255 or 21.45% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #D27FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27FFF is #2D8000. Grayscale: #A5A5A5. Windows color (decimal): -2981889 or 16744402. OLE color: 16744402.
HSL color Cylindrical-coordinate representation of color #D27FFF: hue angle of 278.91º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D27FFF is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 127 | 255 | - |
| CMYK | 0.18 | 0.50 | 0 | 0 |
| HSL | 278.91º | 1% | 0.75% | - |
| HSV(B) | 278.91º | 0.5% | 1% | - |
| XYZ | 52.22 | 36.1 | 98.82 | - |
| YUV | 166.41 | 178 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 255 | 0.18 | 0.50 | 0 | 0 | 278.91 | 1 | 0.75 |
| Hex | D2 | 7F | FF | 12 | 32 | 0 | 0 | 117 | 64 | 4B |
| Octal | 322 | 177 | 377 | 22 | 62 | 0 | 0 | 427 | 144 | 113 |
| Binary | 11010010 | 1111111 | 11111111 | 10010 | 110010 | 0 | 0 | 100010111 | 1100100 | 1001011 |
Color Harmonies of #D27FFF
Complementary color
Monochromatic Colors of #D27FFF
Black with #D27FFF
Text Example
Text Example
White with #D27FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27FFF; }
p { color: rgb(210,127,255); }
H1.HeaderClassName
{
color: #D27FFF;
}
.AnyTagClassName
{
color: #D27FFF;
}
</style>
background-color css
<style>
a { background-color: #D27FFF; }
a { background-color: rgb(210,127,255); }
div.DivClassName
{
background-color: #D27FFF;
}
.BgClassName
{
background-color: #D27FFF;
}
</style>
border-color css
<style>
span { border-color: #D27FFF; }
span { border-color: rgb(210,127,255); }
td.TdClassName
{
border-color: #D27FFF;
}
.TagClassName
{
border-color: #D27FFF;
}
</style>