Shades of Heliotrope #D752F7
Tints of Heliotrope #D752F7
RGB
CMYK
RGB Variations
Color information
#D752F7 (or 0xD752F7) is known color: Heliotrope. HEX triplet: D7, 52 and F7. RGB value is (215,82,247). Sum of RGB (Red+Green+Blue) = 215+82+247=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 82 (32.42% from 255 or 15.07% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #D752F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D752F7 is #28AD08. Grayscale: #8C8C8C. Windows color (decimal): -2665737 or 16208599. OLE color: 16208599.
HSL color Cylindrical-coordinate representation of color #D752F7: hue angle of 288.36º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D752F7 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 82 | 247 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.03 |
| HSL | 288.36º | 0.91% | 0.65% | - |
| HSV(B) | 288.36º | 0.67% | 0.97% | - |
| XYZ | 47.83 | 27.2 | 90.72 | - |
| YUV | 140.58 | 188.06 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 247 | 0.13 | 0.67 | 0 | 0.03 | 288.36 | 0.91 | 0.65 |
| Hex | D7 | 52 | F7 | D | 43 | 0 | 3 | 120 | 5B | 41 |
| Octal | 327 | 122 | 367 | 15 | 103 | 0 | 3 | 440 | 133 | 101 |
| Binary | 11010111 | 1010010 | 11110111 | 1101 | 1000011 | 0 | 11 | 100100000 | 1011011 | 1000001 |
Color Harmonies of #D752F7
Complementary color
Monochromatic Colors of #D752F7
Black with #D752F7
Text Example
Text Example
White with #D752F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D752F7; }
p { color: rgb(215,82,247); }
H1.HeaderClassName
{
color: #D752F7;
}
.AnyTagClassName
{
color: #D752F7;
}
</style>
background-color css
<style>
a { background-color: #D752F7; }
a { background-color: rgb(215,82,247); }
div.DivClassName
{
background-color: #D752F7;
}
.BgClassName
{
background-color: #D752F7;
}
</style>
border-color css
<style>
span { border-color: #D752F7; }
span { border-color: rgb(215,82,247); }
td.TdClassName
{
border-color: #D752F7;
}
.TagClassName
{
border-color: #D752F7;
}
</style>