Shades of Heliotrope #D260F3
Tints of Heliotrope #D260F3
RGB
CMYK
RGB Variations
Color information
#D260F3 (or 0xD260F3) is known color: Heliotrope. HEX triplet: D2, 60 and F3. RGB value is (210,96,243). Sum of RGB (Red+Green+Blue) = 210+96+243=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #D260F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D260F3 is #2D9F0C. Grayscale: #929292. Windows color (decimal): -2989837 or 15950034. OLE color: 15950034.
HSL color Cylindrical-coordinate representation of color #D260F3: hue angle of 286.53º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D260F3 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 96 | 243 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.05 |
| HSL | 286.53º | 0.86% | 0.66% | - |
| HSV(B) | 286.53º | 0.6% | 0.95% | - |
| XYZ | 46.94 | 28.54 | 87.83 | - |
| YUV | 146.84 | 182.27 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 243 | 0.14 | 0.60 | 0 | 0.05 | 286.53 | 0.86 | 0.66 |
| Hex | D2 | 60 | F3 | E | 3C | 0 | 5 | 11F | 56 | 42 |
| Octal | 322 | 140 | 363 | 16 | 74 | 0 | 5 | 437 | 126 | 102 |
| Binary | 11010010 | 1100000 | 11110011 | 1110 | 111100 | 0 | 101 | 100011111 | 1010110 | 1000010 |
Color Harmonies of #D260F3
Complementary color
Monochromatic Colors of #D260F3
Black with #D260F3
Text Example
Text Example
White with #D260F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260F3; }
p { color: rgb(210,96,243); }
H1.HeaderClassName
{
color: #D260F3;
}
.AnyTagClassName
{
color: #D260F3;
}
</style>
background-color css
<style>
a { background-color: #D260F3; }
a { background-color: rgb(210,96,243); }
div.DivClassName
{
background-color: #D260F3;
}
.BgClassName
{
background-color: #D260F3;
}
</style>
border-color css
<style>
span { border-color: #D260F3; }
span { border-color: rgb(210,96,243); }
td.TdClassName
{
border-color: #D260F3;
}
.TagClassName
{
border-color: #D260F3;
}
</style>