Shades of Heliotrope #D746FD
Tints of Heliotrope #D746FD
RGB
CMYK
RGB Variations
Color information
#D746FD (or 0xD746FD) is known color: Heliotrope. HEX triplet: D7, 46 and FD. RGB value is (215,70,253). Sum of RGB (Red+Green+Blue) = 215+70+253=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 70 (27.73% from 255 or 13.01% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #D746FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D746FD is #28B902. Grayscale: #858585. Windows color (decimal): -2668803 or 16598743. OLE color: 16598743.
HSL color Cylindrical-coordinate representation of color #D746FD: hue angle of 287.54º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D746FD is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 70 | 253 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.01 |
| HSL | 287.54º | 0.98% | 0.63% | - |
| HSV(B) | 287.54º | 0.72% | 0.99% | - |
| XYZ | 47.94 | 25.92 | 95.4 | - |
| YUV | 134.22 | 195.04 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 253 | 0.15 | 0.72 | 0 | 0.01 | 287.54 | 0.98 | 0.63 |
| Hex | D7 | 46 | FD | F | 48 | 0 | 1 | 120 | 62 | 3F |
| Octal | 327 | 106 | 375 | 17 | 110 | 0 | 1 | 440 | 142 | 77 |
| Binary | 11010111 | 1000110 | 11111101 | 1111 | 1001000 | 0 | 1 | 100100000 | 1100010 | 111111 |
Color Harmonies of #D746FD
Complementary color
Monochromatic Colors of #D746FD
Black with #D746FD
Text Example
Text Example
White with #D746FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D746FD; }
p { color: rgb(215,70,253); }
H1.HeaderClassName
{
color: #D746FD;
}
.AnyTagClassName
{
color: #D746FD;
}
</style>
background-color css
<style>
a { background-color: #D746FD; }
a { background-color: rgb(215,70,253); }
div.DivClassName
{
background-color: #D746FD;
}
.BgClassName
{
background-color: #D746FD;
}
</style>
border-color css
<style>
span { border-color: #D746FD; }
span { border-color: rgb(215,70,253); }
td.TdClassName
{
border-color: #D746FD;
}
.TagClassName
{
border-color: #D746FD;
}
</style>