Shades of Heliotrope #D565F0
Tints of Heliotrope #D565F0
RGB
CMYK
RGB Variations
Color information
#D565F0 (or 0xD565F0) is known color: Heliotrope. HEX triplet: D5, 65 and F0. RGB value is (213,101,240). Sum of RGB (Red+Green+Blue) = 213+101+240=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #D565F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D565F0 is #2A9A0F. Grayscale: #959595. Windows color (decimal): -2791952 or 15754709. OLE color: 15754709.
HSL color Cylindrical-coordinate representation of color #D565F0: hue angle of 288.35º 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 #D565F0 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 101 | 240 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.06 |
| HSL | 288.35º | 0.82% | 0.67% | - |
| HSV(B) | 288.35º | 0.58% | 0.94% | - |
| XYZ | 47.82 | 29.74 | 85.66 | - |
| YUV | 150.33 | 178.61 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 240 | 0.11 | 0.58 | 0 | 0.06 | 288.35 | 0.82 | 0.67 |
| Hex | D5 | 65 | F0 | B | 3A | 0 | 6 | 120 | 52 | 43 |
| Octal | 325 | 145 | 360 | 13 | 72 | 0 | 6 | 440 | 122 | 103 |
| Binary | 11010101 | 1100101 | 11110000 | 1011 | 111010 | 0 | 110 | 100100000 | 1010010 | 1000011 |
Color Harmonies of #D565F0
Complementary color
Monochromatic Colors of #D565F0
Black with #D565F0
Text Example
Text Example
White with #D565F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565F0; }
p { color: rgb(213,101,240); }
H1.HeaderClassName
{
color: #D565F0;
}
.AnyTagClassName
{
color: #D565F0;
}
</style>
background-color css
<style>
a { background-color: #D565F0; }
a { background-color: rgb(213,101,240); }
div.DivClassName
{
background-color: #D565F0;
}
.BgClassName
{
background-color: #D565F0;
}
</style>
border-color css
<style>
span { border-color: #D565F0; }
span { border-color: rgb(213,101,240); }
td.TdClassName
{
border-color: #D565F0;
}
.TagClassName
{
border-color: #D565F0;
}
</style>