Shades of Heliotrope #D275FA
Tints of Heliotrope #D275FA
RGB
CMYK
RGB Variations
Color information
#D275FA (or 0xD275FA) is known color: Heliotrope. HEX triplet: D2, 75 and FA. RGB value is (210,117,250). Sum of RGB (Red+Green+Blue) = 210+117+250=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #D275FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D275FA is #2D8A05. Grayscale: #9F9F9F. Windows color (decimal): -2984454 or 16414162. OLE color: 16414162.
HSL color Cylindrical-coordinate representation of color #D275FA: hue angle of 281.95º degrees, saturation: 0.93, 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 #D275FA is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 117 | 250 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.02 |
| HSL | 281.95º | 0.93% | 0.72% | - |
| HSV(B) | 281.95º | 0.53% | 0.98% | - |
| XYZ | 50.19 | 33.33 | 94.23 | - |
| YUV | 159.97 | 178.81 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 250 | 0.16 | 0.53 | 0 | 0.02 | 281.95 | 0.93 | 0.72 |
| Hex | D2 | 75 | FA | 10 | 35 | 0 | 2 | 11A | 5D | 48 |
| Octal | 322 | 165 | 372 | 20 | 65 | 0 | 2 | 432 | 135 | 110 |
| Binary | 11010010 | 1110101 | 11111010 | 10000 | 110101 | 0 | 10 | 100011010 | 1011101 | 1001000 |
Color Harmonies of #D275FA
Complementary color
Monochromatic Colors of #D275FA
Black with #D275FA
Text Example
Text Example
White with #D275FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275FA; }
p { color: rgb(210,117,250); }
H1.HeaderClassName
{
color: #D275FA;
}
.AnyTagClassName
{
color: #D275FA;
}
</style>
background-color css
<style>
a { background-color: #D275FA; }
a { background-color: rgb(210,117,250); }
div.DivClassName
{
background-color: #D275FA;
}
.BgClassName
{
background-color: #D275FA;
}
</style>
border-color css
<style>
span { border-color: #D275FA; }
span { border-color: rgb(210,117,250); }
td.TdClassName
{
border-color: #D275FA;
}
.TagClassName
{
border-color: #D275FA;
}
</style>