Shades of Heliotrope #D27DF7
Tints of Heliotrope #D27DF7
RGB
CMYK
RGB Variations
Color information
#D27DF7 (or 0xD27DF7) is known color: Heliotrope. HEX triplet: D2, 7D and F7. RGB value is (210,125,247). Sum of RGB (Red+Green+Blue) = 210+125+247=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 125 (49.22% from 255 or 21.48% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #D27DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DF7 is #2D8208. Grayscale: #A3A3A3. Windows color (decimal): -2982409 or 16219602. OLE color: 16219602.
HSL color Cylindrical-coordinate representation of color #D27DF7: hue angle of 281.8º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D27DF7 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 125 | 247 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.03 |
| HSL | 281.8º | 0.88% | 0.73% | - |
| HSV(B) | 281.8º | 0.49% | 0.97% | - |
| XYZ | 50.7 | 35.08 | 92.1 | - |
| YUV | 164.32 | 174.66 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 247 | 0.15 | 0.49 | 0 | 0.03 | 281.8 | 0.88 | 0.73 |
| Hex | D2 | 7D | F7 | F | 31 | 0 | 3 | 11A | 58 | 49 |
| Octal | 322 | 175 | 367 | 17 | 61 | 0 | 3 | 432 | 130 | 111 |
| Binary | 11010010 | 1111101 | 11110111 | 1111 | 110001 | 0 | 11 | 100011010 | 1011000 | 1001001 |
Color Harmonies of #D27DF7
Complementary color
Monochromatic Colors of #D27DF7
Black with #D27DF7
Text Example
Text Example
White with #D27DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DF7; }
p { color: rgb(210,125,247); }
H1.HeaderClassName
{
color: #D27DF7;
}
.AnyTagClassName
{
color: #D27DF7;
}
</style>
background-color css
<style>
a { background-color: #D27DF7; }
a { background-color: rgb(210,125,247); }
div.DivClassName
{
background-color: #D27DF7;
}
.BgClassName
{
background-color: #D27DF7;
}
</style>
border-color css
<style>
span { border-color: #D27DF7; }
span { border-color: rgb(210,125,247); }
td.TdClassName
{
border-color: #D27DF7;
}
.TagClassName
{
border-color: #D27DF7;
}
</style>