Shades of Heliotrope #D265F9
Tints of Heliotrope #D265F9
RGB
CMYK
RGB Variations
Color information
#D265F9 (or 0xD265F9) is known color: Heliotrope. HEX triplet: D2, 65 and F9. RGB value is (210,101,249). Sum of RGB (Red+Green+Blue) = 210+101+249=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #D265F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D265F9 is #2D9A06. Grayscale: #959595. Windows color (decimal): -2988551 or 16344530. OLE color: 16344530.
HSL color Cylindrical-coordinate representation of color #D265F9: hue angle of 284.19º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D265F9 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 101 | 249 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.02 |
| HSL | 284.19º | 0.93% | 0.69% | - |
| HSV(B) | 284.19º | 0.59% | 0.98% | - |
| XYZ | 48.33 | 29.85 | 92.84 | - |
| YUV | 150.46 | 183.61 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 249 | 0.16 | 0.59 | 0 | 0.02 | 284.19 | 0.93 | 0.69 |
| Hex | D2 | 65 | F9 | 10 | 3B | 0 | 2 | 11C | 5C | 45 |
| Octal | 322 | 145 | 371 | 20 | 73 | 0 | 2 | 434 | 134 | 105 |
| Binary | 11010010 | 1100101 | 11111001 | 10000 | 111011 | 0 | 10 | 100011100 | 1011100 | 1000101 |
Color Harmonies of #D265F9
Complementary color
Monochromatic Colors of #D265F9
Black with #D265F9
Text Example
Text Example
White with #D265F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D265F9; }
p { color: rgb(210,101,249); }
H1.HeaderClassName
{
color: #D265F9;
}
.AnyTagClassName
{
color: #D265F9;
}
</style>
background-color css
<style>
a { background-color: #D265F9; }
a { background-color: rgb(210,101,249); }
div.DivClassName
{
background-color: #D265F9;
}
.BgClassName
{
background-color: #D265F9;
}
</style>
border-color css
<style>
span { border-color: #D265F9; }
span { border-color: rgb(210,101,249); }
td.TdClassName
{
border-color: #D265F9;
}
.TagClassName
{
border-color: #D265F9;
}
</style>