Shades of Heliotrope #D255F9
Tints of Heliotrope #D255F9
RGB
CMYK
RGB Variations
Color information
#D255F9 (or 0xD255F9) is known color: Heliotrope. HEX triplet: D2, 55 and F9. RGB value is (210,85,249). Sum of RGB (Red+Green+Blue) = 210+85+249=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #D255F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D255F9 is #2DAA06. Grayscale: #8C8C8C. Windows color (decimal): -2992647 or 16340434. OLE color: 16340434.
HSL color Cylindrical-coordinate representation of color #D255F9: hue angle of 285.73º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D255F9 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 85 | 249 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.02 |
| HSL | 285.73º | 0.93% | 0.65% | - |
| HSV(B) | 285.73º | 0.66% | 0.98% | - |
| XYZ | 46.93 | 27.04 | 92.37 | - |
| YUV | 141.07 | 188.91 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 249 | 0.16 | 0.66 | 0 | 0.02 | 285.73 | 0.93 | 0.65 |
| Hex | D2 | 55 | F9 | 10 | 42 | 0 | 2 | 11E | 5D | 41 |
| Octal | 322 | 125 | 371 | 20 | 102 | 0 | 2 | 436 | 135 | 101 |
| Binary | 11010010 | 1010101 | 11111001 | 10000 | 1000010 | 0 | 10 | 100011110 | 1011101 | 1000001 |
Color Harmonies of #D255F9
Complementary color
Monochromatic Colors of #D255F9
Black with #D255F9
Text Example
Text Example
White with #D255F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255F9; }
p { color: rgb(210,85,249); }
H1.HeaderClassName
{
color: #D255F9;
}
.AnyTagClassName
{
color: #D255F9;
}
</style>
background-color css
<style>
a { background-color: #D255F9; }
a { background-color: rgb(210,85,249); }
div.DivClassName
{
background-color: #D255F9;
}
.BgClassName
{
background-color: #D255F9;
}
</style>
border-color css
<style>
span { border-color: #D255F9; }
span { border-color: rgb(210,85,249); }
td.TdClassName
{
border-color: #D255F9;
}
.TagClassName
{
border-color: #D255F9;
}
</style>