Shades of Heliotrope #D464F8
Tints of Heliotrope #D464F8
RGB
CMYK
RGB Variations
Color information
#D464F8 (or 0xD464F8) is known color: Heliotrope. HEX triplet: D4, 64 and F8. RGB value is (212,100,248). Sum of RGB (Red+Green+Blue) = 212+100+248=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 100 (39.45% from 255 or 17.86% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #D464F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D464F8 is #2B9B07. Grayscale: #959595. Windows color (decimal): -2857736 or 16278740. OLE color: 16278740.
HSL color Cylindrical-coordinate representation of color #D464F8: hue angle of 285.41º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D464F8 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 100 | 248 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.03 |
| HSL | 285.41º | 0.91% | 0.68% | - |
| HSV(B) | 285.41º | 0.6% | 0.97% | - |
| XYZ | 48.65 | 29.89 | 92.01 | - |
| YUV | 150.36 | 183.11 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 248 | 0.15 | 0.60 | 0 | 0.03 | 285.41 | 0.91 | 0.68 |
| Hex | D4 | 64 | F8 | F | 3C | 0 | 3 | 11D | 5B | 44 |
| Octal | 324 | 144 | 370 | 17 | 74 | 0 | 3 | 435 | 133 | 104 |
| Binary | 11010100 | 1100100 | 11111000 | 1111 | 111100 | 0 | 11 | 100011101 | 1011011 | 1000100 |
Color Harmonies of #D464F8
Complementary color
Monochromatic Colors of #D464F8
Black with #D464F8
Text Example
Text Example
White with #D464F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D464F8; }
p { color: rgb(212,100,248); }
H1.HeaderClassName
{
color: #D464F8;
}
.AnyTagClassName
{
color: #D464F8;
}
</style>
background-color css
<style>
a { background-color: #D464F8; }
a { background-color: rgb(212,100,248); }
div.DivClassName
{
background-color: #D464F8;
}
.BgClassName
{
background-color: #D464F8;
}
</style>
border-color css
<style>
span { border-color: #D464F8; }
span { border-color: rgb(212,100,248); }
td.TdClassName
{
border-color: #D464F8;
}
.TagClassName
{
border-color: #D464F8;
}
</style>