Shades of Heliotrope #D17DFB
Tints of Heliotrope #D17DFB
RGB
CMYK
RGB Variations
Color information
#D17DFB (or 0xD17DFB) is known color: Heliotrope. HEX triplet: D1, 7D and FB. RGB value is (209,125,251). Sum of RGB (Red+Green+Blue) = 209+125+251=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #D17DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17DFB is #2E8204. Grayscale: #A4A4A4. Windows color (decimal): -3047941 or 16481745. OLE color: 16481745.
HSL color Cylindrical-coordinate representation of color #D17DFB: hue angle of 280º 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 #D17DFB is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 125 | 251 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.02 |
| HSL | 280º | 0.94% | 0.74% | - |
| HSV(B) | 280º | 0.5% | 0.98% | - |
| XYZ | 51.04 | 35.19 | 95.37 | - |
| YUV | 164.48 | 176.83 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 251 | 0.17 | 0.50 | 0 | 0.02 | 280 | 0.94 | 0.74 |
| Hex | D1 | 7D | FB | 11 | 32 | 0 | 2 | 118 | 5E | 4A |
| Octal | 321 | 175 | 373 | 21 | 62 | 0 | 2 | 430 | 136 | 112 |
| Binary | 11010001 | 1111101 | 11111011 | 10001 | 110010 | 0 | 10 | 100011000 | 1011110 | 1001010 |
Color Harmonies of #D17DFB
Complementary color
Monochromatic Colors of #D17DFB
Black with #D17DFB
Text Example
Text Example
White with #D17DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17DFB; }
p { color: rgb(209,125,251); }
H1.HeaderClassName
{
color: #D17DFB;
}
.AnyTagClassName
{
color: #D17DFB;
}
</style>
background-color css
<style>
a { background-color: #D17DFB; }
a { background-color: rgb(209,125,251); }
div.DivClassName
{
background-color: #D17DFB;
}
.BgClassName
{
background-color: #D17DFB;
}
</style>
border-color css
<style>
span { border-color: #D17DFB; }
span { border-color: rgb(209,125,251); }
td.TdClassName
{
border-color: #D17DFB;
}
.TagClassName
{
border-color: #D17DFB;
}
</style>