Shades of Heliotrope #D94BFB
Tints of Heliotrope #D94BFB
RGB
CMYK
RGB Variations
Color information
#D94BFB (or 0xD94BFB) is known color: Heliotrope. HEX triplet: D9, 4B and FB. RGB value is (217,75,251). Sum of RGB (Red+Green+Blue) = 217+75+251=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 75 (29.69% from 255 or 13.81% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #D94BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D94BFB is #26B404. Grayscale: #888888. Windows color (decimal): -2536453 or 16468953. OLE color: 16468953.
HSL color Cylindrical-coordinate representation of color #D94BFB: hue angle of 288.41º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94BFB is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 75 | 251 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.02 |
| HSL | 288.41º | 0.96% | 0.64% | - |
| HSV(B) | 288.41º | 0.7% | 0.98% | - |
| XYZ | 48.54 | 26.75 | 93.87 | - |
| YUV | 137.52 | 192.04 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 75 | 251 | 0.14 | 0.70 | 0 | 0.02 | 288.41 | 0.96 | 0.64 |
| Hex | D9 | 4B | FB | E | 46 | 0 | 2 | 120 | 60 | 40 |
| Octal | 331 | 113 | 373 | 16 | 106 | 0 | 2 | 440 | 140 | 100 |
| Binary | 11011001 | 1001011 | 11111011 | 1110 | 1000110 | 0 | 10 | 100100000 | 1100000 | 1000000 |
Color Harmonies of #D94BFB
Complementary color
Monochromatic Colors of #D94BFB
Black with #D94BFB
Text Example
Text Example
White with #D94BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94BFB; }
p { color: rgb(217,75,251); }
H1.HeaderClassName
{
color: #D94BFB;
}
.AnyTagClassName
{
color: #D94BFB;
}
</style>
background-color css
<style>
a { background-color: #D94BFB; }
a { background-color: rgb(217,75,251); }
div.DivClassName
{
background-color: #D94BFB;
}
.BgClassName
{
background-color: #D94BFB;
}
</style>
border-color css
<style>
span { border-color: #D94BFB; }
span { border-color: rgb(217,75,251); }
td.TdClassName
{
border-color: #D94BFB;
}
.TagClassName
{
border-color: #D94BFB;
}
</style>