Shades of Heliotrope #D565FA
Tints of Heliotrope #D565FA
RGB
CMYK
RGB Variations
Color information
#D565FA (or 0xD565FA) is known color: Heliotrope. HEX triplet: D5, 65 and FA. RGB value is (213,101,250). Sum of RGB (Red+Green+Blue) = 213+101+250=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #D565FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D565FA is #2A9A05. Grayscale: #969696. Windows color (decimal): -2791942 or 16410069. OLE color: 16410069.
HSL color Cylindrical-coordinate representation of color #D565FA: hue angle of 285.1º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D565FA is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 101 | 250 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.02 |
| HSL | 285.1º | 0.94% | 0.69% | - |
| HSV(B) | 285.1º | 0.6% | 0.98% | - |
| XYZ | 49.35 | 30.36 | 93.7 | - |
| YUV | 151.47 | 183.61 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 250 | 0.15 | 0.60 | 0 | 0.02 | 285.1 | 0.94 | 0.69 |
| Hex | D5 | 65 | FA | F | 3C | 0 | 2 | 11D | 5E | 45 |
| Octal | 325 | 145 | 372 | 17 | 74 | 0 | 2 | 435 | 136 | 105 |
| Binary | 11010101 | 1100101 | 11111010 | 1111 | 111100 | 0 | 10 | 100011101 | 1011110 | 1000101 |
Color Harmonies of #D565FA
Complementary color
Monochromatic Colors of #D565FA
Black with #D565FA
Text Example
Text Example
White with #D565FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565FA; }
p { color: rgb(213,101,250); }
H1.HeaderClassName
{
color: #D565FA;
}
.AnyTagClassName
{
color: #D565FA;
}
</style>
background-color css
<style>
a { background-color: #D565FA; }
a { background-color: rgb(213,101,250); }
div.DivClassName
{
background-color: #D565FA;
}
.BgClassName
{
background-color: #D565FA;
}
</style>
border-color css
<style>
span { border-color: #D565FA; }
span { border-color: rgb(213,101,250); }
td.TdClassName
{
border-color: #D565FA;
}
.TagClassName
{
border-color: #D565FA;
}
</style>