Shades of Heliotrope #D575FF
Tints of Heliotrope #D575FF
RGB
CMYK
RGB Variations
Color information
#D575FF (or 0xD575FF) is known color: Heliotrope. HEX triplet: D5, 75 and FF. RGB value is (213,117,255). Sum of RGB (Red+Green+Blue) = 213+117+255=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 117 (46.09% from 255 or 20% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #D575FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D575FF is #2A8A00. Grayscale: #A0A0A0. Windows color (decimal): -2787841 or 16741845. OLE color: 16741845.
HSL color Cylindrical-coordinate representation of color #D575FF: hue angle of 281.74º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D575FF is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 117 | 255 | - |
| CMYK | 0.16 | 0.54 | 0 | 0 |
| HSL | 281.74º | 1% | 0.73% | - |
| HSV(B) | 281.74º | 0.54% | 1% | - |
| XYZ | 51.85 | 34.09 | 98.45 | - |
| YUV | 161.44 | 180.8 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 255 | 0.16 | 0.54 | 0 | 0 | 281.74 | 1 | 0.73 |
| Hex | D5 | 75 | FF | 10 | 36 | 0 | 0 | 11A | 64 | 49 |
| Octal | 325 | 165 | 377 | 20 | 66 | 0 | 0 | 432 | 144 | 111 |
| Binary | 11010101 | 1110101 | 11111111 | 10000 | 110110 | 0 | 0 | 100011010 | 1100100 | 1001001 |
Color Harmonies of #D575FF
Complementary color
Monochromatic Colors of #D575FF
Black with #D575FF
Text Example
Text Example
White with #D575FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D575FF; }
p { color: rgb(213,117,255); }
H1.HeaderClassName
{
color: #D575FF;
}
.AnyTagClassName
{
color: #D575FF;
}
</style>
background-color css
<style>
a { background-color: #D575FF; }
a { background-color: rgb(213,117,255); }
div.DivClassName
{
background-color: #D575FF;
}
.BgClassName
{
background-color: #D575FF;
}
</style>
border-color css
<style>
span { border-color: #D575FF; }
span { border-color: rgb(213,117,255); }
td.TdClassName
{
border-color: #D575FF;
}
.TagClassName
{
border-color: #D575FF;
}
</style>