Shades of Heliotrope #D94AFC
Tints of Heliotrope #D94AFC
RGB
CMYK
RGB Variations
Color information
#D94AFC (or 0xD94AFC) is known color: Heliotrope. HEX triplet: D9, 4A and FC. RGB value is (217,74,252). Sum of RGB (Red+Green+Blue) = 217+74+252=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 74 (29.30% from 255 or 13.63% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #D94AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D94AFC is #26B503. Grayscale: #888888. Windows color (decimal): -2536708 or 16534233. OLE color: 16534233.
HSL color Cylindrical-coordinate representation of color #D94AFC: hue angle of 288.2º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94AFC is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 74 | 252 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.01 |
| HSL | 288.2º | 0.97% | 0.64% | - |
| HSV(B) | 288.2º | 0.71% | 0.99% | - |
| XYZ | 48.63 | 26.68 | 94.68 | - |
| YUV | 137.05 | 192.88 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 252 | 0.14 | 0.71 | 0 | 0.01 | 288.2 | 0.97 | 0.64 |
| Hex | D9 | 4A | FC | E | 47 | 0 | 1 | 120 | 61 | 40 |
| Octal | 331 | 112 | 374 | 16 | 107 | 0 | 1 | 440 | 141 | 100 |
| Binary | 11011001 | 1001010 | 11111100 | 1110 | 1000111 | 0 | 1 | 100100000 | 1100001 | 1000000 |
Color Harmonies of #D94AFC
Complementary color
Monochromatic Colors of #D94AFC
Black with #D94AFC
Text Example
Text Example
White with #D94AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94AFC; }
p { color: rgb(217,74,252); }
H1.HeaderClassName
{
color: #D94AFC;
}
.AnyTagClassName
{
color: #D94AFC;
}
</style>
background-color css
<style>
a { background-color: #D94AFC; }
a { background-color: rgb(217,74,252); }
div.DivClassName
{
background-color: #D94AFC;
}
.BgClassName
{
background-color: #D94AFC;
}
</style>
border-color css
<style>
span { border-color: #D94AFC; }
span { border-color: rgb(217,74,252); }
td.TdClassName
{
border-color: #D94AFC;
}
.TagClassName
{
border-color: #D94AFC;
}
</style>