Shades of Heliotrope #D279F9
Tints of Heliotrope #D279F9
RGB
CMYK
RGB Variations
Color information
#D279F9 (or 0xD279F9) is known color: Heliotrope. HEX triplet: D2, 79 and F9. RGB value is (210,121,249). Sum of RGB (Red+Green+Blue) = 210+121+249=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 121 (47.66% from 255 or 20.86% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #D279F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D279F9 is #2D8606. Grayscale: #A1A1A1. Windows color (decimal): -2983431 or 16349650. OLE color: 16349650.
HSL color Cylindrical-coordinate representation of color #D279F9: hue angle of 281.72º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D279F9 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 121 | 249 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.02 |
| HSL | 281.72º | 0.91% | 0.73% | - |
| HSV(B) | 281.72º | 0.51% | 0.98% | - |
| XYZ | 50.51 | 34.22 | 93.56 | - |
| YUV | 162.2 | 176.99 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 249 | 0.16 | 0.51 | 0 | 0.02 | 281.72 | 0.91 | 0.73 |
| Hex | D2 | 79 | F9 | 10 | 33 | 0 | 2 | 11A | 5B | 49 |
| Octal | 322 | 171 | 371 | 20 | 63 | 0 | 2 | 432 | 133 | 111 |
| Binary | 11010010 | 1111001 | 11111001 | 10000 | 110011 | 0 | 10 | 100011010 | 1011011 | 1001001 |
Color Harmonies of #D279F9
Complementary color
Monochromatic Colors of #D279F9
Black with #D279F9
Text Example
Text Example
White with #D279F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D279F9; }
p { color: rgb(210,121,249); }
H1.HeaderClassName
{
color: #D279F9;
}
.AnyTagClassName
{
color: #D279F9;
}
</style>
background-color css
<style>
a { background-color: #D279F9; }
a { background-color: rgb(210,121,249); }
div.DivClassName
{
background-color: #D279F9;
}
.BgClassName
{
background-color: #D279F9;
}
</style>
border-color css
<style>
span { border-color: #D279F9; }
span { border-color: rgb(210,121,249); }
td.TdClassName
{
border-color: #D279F9;
}
.TagClassName
{
border-color: #D279F9;
}
</style>