Shades of Heliotrope #D27DFB
Tints of Heliotrope #D27DFB
RGB
CMYK
RGB Variations
Color information
#D27DFB (or 0xD27DFB) is known color: Heliotrope. HEX triplet: D2, 7D and FB. RGB value is (210,125,251). Sum of RGB (Red+Green+Blue) = 210+125+251=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 125 (49.22% from 255 or 21.33% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #D27DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DFB is #2D8204. Grayscale: #A4A4A4. Windows color (decimal): -2982405 or 16481746. OLE color: 16481746.
HSL color Cylindrical-coordinate representation of color #D27DFB: hue angle of 280.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D27DFB is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 125 | 251 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.02 |
| HSL | 280.48º | 0.94% | 0.74% | - |
| HSV(B) | 280.48º | 0.5% | 0.98% | - |
| XYZ | 51.32 | 35.33 | 95.38 | - |
| YUV | 164.78 | 176.66 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 251 | 0.16 | 0.50 | 0 | 0.02 | 280.48 | 0.94 | 0.74 |
| Hex | D2 | 7D | FB | 10 | 32 | 0 | 2 | 118 | 5E | 4A |
| Octal | 322 | 175 | 373 | 20 | 62 | 0 | 2 | 430 | 136 | 112 |
| Binary | 11010010 | 1111101 | 11111011 | 10000 | 110010 | 0 | 10 | 100011000 | 1011110 | 1001010 |
Color Harmonies of #D27DFB
Complementary color
Monochromatic Colors of #D27DFB
Black with #D27DFB
Text Example
Text Example
White with #D27DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DFB; }
p { color: rgb(210,125,251); }
H1.HeaderClassName
{
color: #D27DFB;
}
.AnyTagClassName
{
color: #D27DFB;
}
</style>
background-color css
<style>
a { background-color: #D27DFB; }
a { background-color: rgb(210,125,251); }
div.DivClassName
{
background-color: #D27DFB;
}
.BgClassName
{
background-color: #D27DFB;
}
</style>
border-color css
<style>
span { border-color: #D27DFB; }
span { border-color: rgb(210,125,251); }
td.TdClassName
{
border-color: #D27DFB;
}
.TagClassName
{
border-color: #D27DFB;
}
</style>