Shades of Heliotrope #D275F5
Tints of Heliotrope #D275F5
RGB
CMYK
RGB Variations
Color information
#D275F5 (or 0xD275F5) is known color: Heliotrope. HEX triplet: D2, 75 and F5. RGB value is (210,117,245). Sum of RGB (Red+Green+Blue) = 210+117+245=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 117 (46.09% from 255 or 20.45% from 572); Blue value is 245 (96.09% from 255 or 42.83% from 572); Max value from RGB is 245 - color contains mainly: blue. Hex color #D275F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D275F5 is #2D8A0A. Grayscale: #9E9E9E. Windows color (decimal): -2984459 or 16086482. OLE color: 16086482.
HSL color Cylindrical-coordinate representation of color #D275F5: hue angle of 283.59º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D275F5 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 117 | 245 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.04 |
| HSL | 283.59º | 0.86% | 0.71% | - |
| HSV(B) | 283.59º | 0.52% | 0.96% | - |
| XYZ | 49.42 | 33.02 | 90.15 | - |
| YUV | 159.4 | 176.31 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 245 | 0.14 | 0.52 | 0 | 0.04 | 283.59 | 0.86 | 0.71 |
| Hex | D2 | 75 | F5 | E | 34 | 0 | 4 | 11C | 56 | 47 |
| Octal | 322 | 165 | 365 | 16 | 64 | 0 | 4 | 434 | 126 | 107 |
| Binary | 11010010 | 1110101 | 11110101 | 1110 | 110100 | 0 | 100 | 100011100 | 1010110 | 1000111 |
Color Harmonies of #D275F5
Complementary color
Monochromatic Colors of #D275F5
Black with #D275F5
Text Example
Text Example
White with #D275F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275F5; }
p { color: rgb(210,117,245); }
H1.HeaderClassName
{
color: #D275F5;
}
.AnyTagClassName
{
color: #D275F5;
}
</style>
background-color css
<style>
a { background-color: #D275F5; }
a { background-color: rgb(210,117,245); }
div.DivClassName
{
background-color: #D275F5;
}
.BgClassName
{
background-color: #D275F5;
}
</style>
border-color css
<style>
span { border-color: #D275F5; }
span { border-color: rgb(210,117,245); }
td.TdClassName
{
border-color: #D275F5;
}
.TagClassName
{
border-color: #D275F5;
}
</style>