Shades of Heliotrope #D465F0
Tints of Heliotrope #D465F0
RGB
CMYK
RGB Variations
Color information
#D465F0 (or 0xD465F0) is known color: Heliotrope. HEX triplet: D4, 65 and F0. RGB value is (212,101,240). Sum of RGB (Red+Green+Blue) = 212+101+240=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #D465F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D465F0 is #2B9A0F. Grayscale: #959595. Windows color (decimal): -2857488 or 15754708. OLE color: 15754708.
HSL color Cylindrical-coordinate representation of color #D465F0: hue angle of 287.91º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D465F0 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 101 | 240 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.06 |
| HSL | 287.91º | 0.82% | 0.67% | - |
| HSV(B) | 287.91º | 0.58% | 0.94% | - |
| XYZ | 47.53 | 29.6 | 85.65 | - |
| YUV | 150.04 | 178.77 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 240 | 0.12 | 0.58 | 0 | 0.06 | 287.91 | 0.82 | 0.67 |
| Hex | D4 | 65 | F0 | C | 3A | 0 | 6 | 120 | 52 | 43 |
| Octal | 324 | 145 | 360 | 14 | 72 | 0 | 6 | 440 | 122 | 103 |
| Binary | 11010100 | 1100101 | 11110000 | 1100 | 111010 | 0 | 110 | 100100000 | 1010010 | 1000011 |
Color Harmonies of #D465F0
Complementary color
Monochromatic Colors of #D465F0
Black with #D465F0
Text Example
Text Example
White with #D465F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D465F0; }
p { color: rgb(212,101,240); }
H1.HeaderClassName
{
color: #D465F0;
}
.AnyTagClassName
{
color: #D465F0;
}
</style>
background-color css
<style>
a { background-color: #D465F0; }
a { background-color: rgb(212,101,240); }
div.DivClassName
{
background-color: #D465F0;
}
.BgClassName
{
background-color: #D465F0;
}
</style>
border-color css
<style>
span { border-color: #D465F0; }
span { border-color: rgb(212,101,240); }
td.TdClassName
{
border-color: #D465F0;
}
.TagClassName
{
border-color: #D465F0;
}
</style>