Shades of Heliotrope #D464FB
Tints of Heliotrope #D464FB
RGB
CMYK
RGB Variations
Color information
#D464FB (or 0xD464FB) is known color: Heliotrope. HEX triplet: D4, 64 and FB. RGB value is (212,100,251). Sum of RGB (Red+Green+Blue) = 212+100+251=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 100 (39.45% from 255 or 17.76% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #D464FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D464FB is #2B9B04. Grayscale: #969696. Windows color (decimal): -2857733 or 16475348. OLE color: 16475348.
HSL color Cylindrical-coordinate representation of color #D464FB: hue angle of 284.5º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D464FB is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 100 | 251 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.02 |
| HSL | 284.5º | 0.95% | 0.69% | - |
| HSV(B) | 284.5º | 0.6% | 0.98% | - |
| XYZ | 49.12 | 30.08 | 94.48 | - |
| YUV | 150.7 | 184.61 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 251 | 0.16 | 0.60 | 0 | 0.02 | 284.5 | 0.95 | 0.69 |
| Hex | D4 | 64 | FB | 10 | 3C | 0 | 2 | 11D | 5F | 45 |
| Octal | 324 | 144 | 373 | 20 | 74 | 0 | 2 | 435 | 137 | 105 |
| Binary | 11010100 | 1100100 | 11111011 | 10000 | 111100 | 0 | 10 | 100011101 | 1011111 | 1000101 |
Color Harmonies of #D464FB
Complementary color
Monochromatic Colors of #D464FB
Black with #D464FB
Text Example
Text Example
White with #D464FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D464FB; }
p { color: rgb(212,100,251); }
H1.HeaderClassName
{
color: #D464FB;
}
.AnyTagClassName
{
color: #D464FB;
}
</style>
background-color css
<style>
a { background-color: #D464FB; }
a { background-color: rgb(212,100,251); }
div.DivClassName
{
background-color: #D464FB;
}
.BgClassName
{
background-color: #D464FB;
}
</style>
border-color css
<style>
span { border-color: #D464FB; }
span { border-color: rgb(212,100,251); }
td.TdClassName
{
border-color: #D464FB;
}
.TagClassName
{
border-color: #D464FB;
}
</style>