Shades of Heliotrope #D27DF4
Tints of Heliotrope #D27DF4
RGB
CMYK
RGB Variations
Color information
#D27DF4 (or 0xD27DF4) is known color: Heliotrope. HEX triplet: D2, 7D and F4. RGB value is (210,125,244). Sum of RGB (Red+Green+Blue) = 210+125+244=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 244 (95.70% from 255 or 42.14% from 579); Max value from RGB is 244 - color contains mainly: blue. Hex color #D27DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DF4 is #2D820B. Grayscale: #A3A3A3. Windows color (decimal): -2982412 or 16022994. OLE color: 16022994.
HSL color Cylindrical-coordinate representation of color #D27DF4: hue angle of 282.86º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D27DF4 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 125 | 244 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.04 |
| HSL | 282.86º | 0.84% | 0.72% | - |
| HSV(B) | 282.86º | 0.49% | 0.96% | - |
| XYZ | 50.24 | 34.9 | 89.68 | - |
| YUV | 163.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 244 | 0.14 | 0.49 | 0 | 0.04 | 282.86 | 0.84 | 0.72 |
| Hex | D2 | 7D | F4 | E | 31 | 0 | 4 | 11B | 54 | 48 |
| Octal | 322 | 175 | 364 | 16 | 61 | 0 | 4 | 433 | 124 | 110 |
| Binary | 11010010 | 1111101 | 11110100 | 1110 | 110001 | 0 | 100 | 100011011 | 1010100 | 1001000 |
Color Harmonies of #D27DF4
Complementary color
Monochromatic Colors of #D27DF4
Black with #D27DF4
Text Example
Text Example
White with #D27DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DF4; }
p { color: rgb(210,125,244); }
H1.HeaderClassName
{
color: #D27DF4;
}
.AnyTagClassName
{
color: #D27DF4;
}
</style>
background-color css
<style>
a { background-color: #D27DF4; }
a { background-color: rgb(210,125,244); }
div.DivClassName
{
background-color: #D27DF4;
}
.BgClassName
{
background-color: #D27DF4;
}
</style>
border-color css
<style>
span { border-color: #D27DF4; }
span { border-color: rgb(210,125,244); }
td.TdClassName
{
border-color: #D27DF4;
}
.TagClassName
{
border-color: #D27DF4;
}
</style>