Shades of Heliotrope #D75AF2
Tints of Heliotrope #D75AF2
RGB
CMYK
RGB Variations
Color information
#D75AF2 (or 0xD75AF2) is known color: Heliotrope. HEX triplet: D7, 5A and F2. RGB value is (215,90,242). Sum of RGB (Red+Green+Blue) = 215+90+242=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 90 (35.55% from 255 or 16.45% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #D75AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75AF2 is #28A50D. Grayscale: #909090. Windows color (decimal): -2663694 or 15882967. OLE color: 15882967.
HSL color Cylindrical-coordinate representation of color #D75AF2: hue angle of 289.34º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D75AF2 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 90 | 242 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.05 |
| HSL | 289.34º | 0.85% | 0.65% | - |
| HSV(B) | 289.34º | 0.63% | 0.95% | - |
| XYZ | 47.71 | 28.17 | 86.93 | - |
| YUV | 144.7 | 182.91 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 242 | 0.11 | 0.63 | 0 | 0.05 | 289.34 | 0.85 | 0.65 |
| Hex | D7 | 5A | F2 | B | 3F | 0 | 5 | 121 | 55 | 41 |
| Octal | 327 | 132 | 362 | 13 | 77 | 0 | 5 | 441 | 125 | 101 |
| Binary | 11010111 | 1011010 | 11110010 | 1011 | 111111 | 0 | 101 | 100100001 | 1010101 | 1000001 |
Color Harmonies of #D75AF2
Complementary color
Monochromatic Colors of #D75AF2
Black with #D75AF2
Text Example
Text Example
White with #D75AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75AF2; }
p { color: rgb(215,90,242); }
H1.HeaderClassName
{
color: #D75AF2;
}
.AnyTagClassName
{
color: #D75AF2;
}
</style>
background-color css
<style>
a { background-color: #D75AF2; }
a { background-color: rgb(215,90,242); }
div.DivClassName
{
background-color: #D75AF2;
}
.BgClassName
{
background-color: #D75AF2;
}
</style>
border-color css
<style>
span { border-color: #D75AF2; }
span { border-color: rgb(215,90,242); }
td.TdClassName
{
border-color: #D75AF2;
}
.TagClassName
{
border-color: #D75AF2;
}
</style>