Shades of Heliotrope #D468F8
Tints of Heliotrope #D468F8
RGB
CMYK
RGB Variations
Color information
#D468F8 (or 0xD468F8) is known color: Heliotrope. HEX triplet: D4, 68 and F8. RGB value is (212,104,248). Sum of RGB (Red+Green+Blue) = 212+104+248=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 104 (41.02% from 255 or 18.44% from 564); Blue value is 248 (97.27% from 255 or 43.97% from 564); Max value from RGB is 248 - color contains mainly: blue. Hex color #D468F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D468F8 is #2B9707. Grayscale: #989898. Windows color (decimal): -2856712 or 16279764. OLE color: 16279764.
HSL color Cylindrical-coordinate representation of color #D468F8: hue angle of 285º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D468F8 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 104 | 248 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.03 |
| HSL | 285º | 0.91% | 0.69% | - |
| HSV(B) | 285º | 0.58% | 0.97% | - |
| XYZ | 49.04 | 30.67 | 92.14 | - |
| YUV | 152.71 | 181.78 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 248 | 0.15 | 0.58 | 0 | 0.03 | 285 | 0.91 | 0.69 |
| Hex | D4 | 68 | F8 | F | 3A | 0 | 3 | 11D | 5B | 45 |
| Octal | 324 | 150 | 370 | 17 | 72 | 0 | 3 | 435 | 133 | 105 |
| Binary | 11010100 | 1101000 | 11111000 | 1111 | 111010 | 0 | 11 | 100011101 | 1011011 | 1000101 |
Color Harmonies of #D468F8
Complementary color
Monochromatic Colors of #D468F8
Black with #D468F8
Text Example
Text Example
White with #D468F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D468F8; }
p { color: rgb(212,104,248); }
H1.HeaderClassName
{
color: #D468F8;
}
.AnyTagClassName
{
color: #D468F8;
}
</style>
background-color css
<style>
a { background-color: #D468F8; }
a { background-color: rgb(212,104,248); }
div.DivClassName
{
background-color: #D468F8;
}
.BgClassName
{
background-color: #D468F8;
}
</style>
border-color css
<style>
span { border-color: #D468F8; }
span { border-color: rgb(212,104,248); }
td.TdClassName
{
border-color: #D468F8;
}
.TagClassName
{
border-color: #D468F8;
}
</style>