Shades of Heliotrope #D275F9
Tints of Heliotrope #D275F9
RGB
CMYK
RGB Variations
Color information
#D275F9 (or 0xD275F9) is known color: Heliotrope. HEX triplet: D2, 75 and F9. RGB value is (210,117,249). Sum of RGB (Red+Green+Blue) = 210+117+249=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 117 (46.09% from 255 or 20.31% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #D275F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D275F9 is #2D8A06. Grayscale: #9F9F9F. Windows color (decimal): -2984455 or 16348626. OLE color: 16348626.
HSL color Cylindrical-coordinate representation of color #D275F9: hue angle of 282.27º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D275F9 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 117 | 249 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.02 |
| HSL | 282.27º | 0.92% | 0.72% | - |
| HSV(B) | 282.27º | 0.53% | 0.98% | - |
| XYZ | 50.04 | 33.26 | 93.41 | - |
| YUV | 159.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 249 | 0.16 | 0.53 | 0 | 0.02 | 282.27 | 0.92 | 0.72 |
| Hex | D2 | 75 | F9 | 10 | 35 | 0 | 2 | 11A | 5C | 48 |
| Octal | 322 | 165 | 371 | 20 | 65 | 0 | 2 | 432 | 134 | 110 |
| Binary | 11010010 | 1110101 | 11111001 | 10000 | 110101 | 0 | 10 | 100011010 | 1011100 | 1001000 |
Color Harmonies of #D275F9
Complementary color
Monochromatic Colors of #D275F9
Black with #D275F9
Text Example
Text Example
White with #D275F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275F9; }
p { color: rgb(210,117,249); }
H1.HeaderClassName
{
color: #D275F9;
}
.AnyTagClassName
{
color: #D275F9;
}
</style>
background-color css
<style>
a { background-color: #D275F9; }
a { background-color: rgb(210,117,249); }
div.DivClassName
{
background-color: #D275F9;
}
.BgClassName
{
background-color: #D275F9;
}
</style>
border-color css
<style>
span { border-color: #D275F9; }
span { border-color: rgb(210,117,249); }
td.TdClassName
{
border-color: #D275F9;
}
.TagClassName
{
border-color: #D275F9;
}
</style>