Shades of Heliotrope #D27AF7
Tints of Heliotrope #D27AF7
RGB
CMYK
RGB Variations
Color information
#D27AF7 (or 0xD27AF7) is known color: Heliotrope. HEX triplet: D2, 7A and F7. RGB value is (210,122,247). Sum of RGB (Red+Green+Blue) = 210+122+247=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 122 (48.05% from 255 or 21.07% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #D27AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27AF7 is #2D8508. Grayscale: #A2A2A2. Windows color (decimal): -2983177 or 16218834. OLE color: 16218834.
HSL color Cylindrical-coordinate representation of color #D27AF7: hue angle of 282.24º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D27AF7 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 122 | 247 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.03 |
| HSL | 282.24º | 0.89% | 0.72% | - |
| HSV(B) | 282.24º | 0.51% | 0.97% | - |
| XYZ | 50.33 | 34.34 | 91.97 | - |
| YUV | 162.56 | 175.65 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 247 | 0.15 | 0.51 | 0 | 0.03 | 282.24 | 0.89 | 0.72 |
| Hex | D2 | 7A | F7 | F | 33 | 0 | 3 | 11A | 59 | 48 |
| Octal | 322 | 172 | 367 | 17 | 63 | 0 | 3 | 432 | 131 | 110 |
| Binary | 11010010 | 1111010 | 11110111 | 1111 | 110011 | 0 | 11 | 100011010 | 1011001 | 1001000 |
Color Harmonies of #D27AF7
Complementary color
Monochromatic Colors of #D27AF7
Black with #D27AF7
Text Example
Text Example
White with #D27AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AF7; }
p { color: rgb(210,122,247); }
H1.HeaderClassName
{
color: #D27AF7;
}
.AnyTagClassName
{
color: #D27AF7;
}
</style>
background-color css
<style>
a { background-color: #D27AF7; }
a { background-color: rgb(210,122,247); }
div.DivClassName
{
background-color: #D27AF7;
}
.BgClassName
{
background-color: #D27AF7;
}
</style>
border-color css
<style>
span { border-color: #D27AF7; }
span { border-color: rgb(210,122,247); }
td.TdClassName
{
border-color: #D27AF7;
}
.TagClassName
{
border-color: #D27AF7;
}
</style>