Shades of Heliotrope #D566F0
Tints of Heliotrope #D566F0
RGB
CMYK
RGB Variations
Color information
#D566F0 (or 0xD566F0) is known color: Heliotrope. HEX triplet: D5, 66 and F0. RGB value is (213,102,240). Sum of RGB (Red+Green+Blue) = 213+102+240=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #D566F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D566F0 is #2A990F. Grayscale: #969696. Windows color (decimal): -2791696 or 15754965. OLE color: 15754965.
HSL color Cylindrical-coordinate representation of color #D566F0: hue angle of 288.26º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D566F0 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 102 | 240 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.06 |
| HSL | 288.26º | 0.82% | 0.67% | - |
| HSV(B) | 288.26º | 0.58% | 0.94% | - |
| XYZ | 47.92 | 29.94 | 85.69 | - |
| YUV | 150.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 240 | 0.11 | 0.58 | 0 | 0.06 | 288.26 | 0.82 | 0.67 |
| Hex | D5 | 66 | F0 | B | 3A | 0 | 6 | 120 | 52 | 43 |
| Octal | 325 | 146 | 360 | 13 | 72 | 0 | 6 | 440 | 122 | 103 |
| Binary | 11010101 | 1100110 | 11110000 | 1011 | 111010 | 0 | 110 | 100100000 | 1010010 | 1000011 |
Color Harmonies of #D566F0
Complementary color
Monochromatic Colors of #D566F0
Black with #D566F0
Text Example
Text Example
White with #D566F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D566F0; }
p { color: rgb(213,102,240); }
H1.HeaderClassName
{
color: #D566F0;
}
.AnyTagClassName
{
color: #D566F0;
}
</style>
background-color css
<style>
a { background-color: #D566F0; }
a { background-color: rgb(213,102,240); }
div.DivClassName
{
background-color: #D566F0;
}
.BgClassName
{
background-color: #D566F0;
}
</style>
border-color css
<style>
span { border-color: #D566F0; }
span { border-color: rgb(213,102,240); }
td.TdClassName
{
border-color: #D566F0;
}
.TagClassName
{
border-color: #D566F0;
}
</style>