Shades of Heliotrope #D958FB
Tints of Heliotrope #D958FB
RGB
CMYK
RGB Variations
Color information
#D958FB (or 0xD958FB) is known color: Heliotrope. HEX triplet: D9, 58 and FB. RGB value is (217,88,251). Sum of RGB (Red+Green+Blue) = 217+88+251=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 88 (34.77% from 255 or 15.83% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #D958FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D958FB is #26A704. Grayscale: #909090. Windows color (decimal): -2533125 or 16472281. OLE color: 16472281.
HSL color Cylindrical-coordinate representation of color #D958FB: hue angle of 287.48º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D958FB is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 88 | 251 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.02 |
| HSL | 287.48º | 0.95% | 0.66% | - |
| HSV(B) | 287.48º | 0.65% | 0.98% | - |
| XYZ | 49.52 | 28.7 | 94.2 | - |
| YUV | 145.15 | 187.74 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 251 | 0.14 | 0.65 | 0 | 0.02 | 287.48 | 0.95 | 0.66 |
| Hex | D9 | 58 | FB | E | 41 | 0 | 2 | 11F | 5F | 42 |
| Octal | 331 | 130 | 373 | 16 | 101 | 0 | 2 | 437 | 137 | 102 |
| Binary | 11011001 | 1011000 | 11111011 | 1110 | 1000001 | 0 | 10 | 100011111 | 1011111 | 1000010 |
Color Harmonies of #D958FB
Complementary color
Monochromatic Colors of #D958FB
Black with #D958FB
Text Example
Text Example
White with #D958FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D958FB; }
p { color: rgb(217,88,251); }
H1.HeaderClassName
{
color: #D958FB;
}
.AnyTagClassName
{
color: #D958FB;
}
</style>
background-color css
<style>
a { background-color: #D958FB; }
a { background-color: rgb(217,88,251); }
div.DivClassName
{
background-color: #D958FB;
}
.BgClassName
{
background-color: #D958FB;
}
</style>
border-color css
<style>
span { border-color: #D958FB; }
span { border-color: rgb(217,88,251); }
td.TdClassName
{
border-color: #D958FB;
}
.TagClassName
{
border-color: #D958FB;
}
</style>