Shades of Heliotrope #D464FF
Tints of Heliotrope #D464FF
RGB
CMYK
RGB Variations
Color information
#D464FF (or 0xD464FF) is known color: Heliotrope. HEX triplet: D4, 64 and FF. RGB value is (212,100,255). Sum of RGB (Red+Green+Blue) = 212+100+255=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 100 (39.45% from 255 or 17.64% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #D464FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D464FF is #2B9B00. Grayscale: #969696. Windows color (decimal): -2857729 or 16737492. OLE color: 16737492.
HSL color Cylindrical-coordinate representation of color #D464FF: hue angle of 283.35º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D464FF is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 100 | 255 | - |
| CMYK | 0.17 | 0.61 | 0 | 0 |
| HSL | 283.35º | 1% | 0.7% | - |
| HSV(B) | 283.35º | 0.61% | 1% | - |
| XYZ | 49.76 | 30.33 | 97.84 | - |
| YUV | 151.16 | 186.61 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 255 | 0.17 | 0.61 | 0 | 0 | 283.35 | 1 | 0.7 |
| Hex | D4 | 64 | FF | 11 | 3D | 0 | 0 | 11B | 64 | 46 |
| Octal | 324 | 144 | 377 | 21 | 75 | 0 | 0 | 433 | 144 | 106 |
| Binary | 11010100 | 1100100 | 11111111 | 10001 | 111101 | 0 | 0 | 100011011 | 1100100 | 1000110 |
Color Harmonies of #D464FF
Complementary color
Monochromatic Colors of #D464FF
Black with #D464FF
Text Example
Text Example
White with #D464FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D464FF; }
p { color: rgb(212,100,255); }
H1.HeaderClassName
{
color: #D464FF;
}
.AnyTagClassName
{
color: #D464FF;
}
</style>
background-color css
<style>
a { background-color: #D464FF; }
a { background-color: rgb(212,100,255); }
div.DivClassName
{
background-color: #D464FF;
}
.BgClassName
{
background-color: #D464FF;
}
</style>
border-color css
<style>
span { border-color: #D464FF; }
span { border-color: rgb(212,100,255); }
td.TdClassName
{
border-color: #D464FF;
}
.TagClassName
{
border-color: #D464FF;
}
</style>