Shades of Heliotrope #D745F9
Tints of Heliotrope #D745F9
RGB
CMYK
RGB Variations
Color information
#D745F9 (or 0xD745F9) is known color: Heliotrope. HEX triplet: D7, 45 and F9. RGB value is (215,69,249). Sum of RGB (Red+Green+Blue) = 215+69+249=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 69 (27.34% from 255 or 12.95% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #D745F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D745F9 is #28BA06. Grayscale: #848484. Windows color (decimal): -2669063 or 16336343. OLE color: 16336343.
HSL color Cylindrical-coordinate representation of color #D745F9: hue angle of 288.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D745F9 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 69 | 249 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.02 |
| HSL | 288.67º | 0.94% | 0.62% | - |
| HSV(B) | 288.67º | 0.72% | 0.98% | - |
| XYZ | 47.25 | 25.54 | 92.06 | - |
| YUV | 133.17 | 193.37 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 249 | 0.14 | 0.72 | 0 | 0.02 | 288.67 | 0.94 | 0.62 |
| Hex | D7 | 45 | F9 | E | 48 | 0 | 2 | 121 | 5E | 3E |
| Octal | 327 | 105 | 371 | 16 | 110 | 0 | 2 | 441 | 136 | 76 |
| Binary | 11010111 | 1000101 | 11111001 | 1110 | 1001000 | 0 | 10 | 100100001 | 1011110 | 111110 |
Color Harmonies of #D745F9
Complementary color
Monochromatic Colors of #D745F9
Black with #D745F9
Text Example
Text Example
White with #D745F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D745F9; }
p { color: rgb(215,69,249); }
H1.HeaderClassName
{
color: #D745F9;
}
.AnyTagClassName
{
color: #D745F9;
}
</style>
background-color css
<style>
a { background-color: #D745F9; }
a { background-color: rgb(215,69,249); }
div.DivClassName
{
background-color: #D745F9;
}
.BgClassName
{
background-color: #D745F9;
}
</style>
border-color css
<style>
span { border-color: #D745F9; }
span { border-color: rgb(215,69,249); }
td.TdClassName
{
border-color: #D745F9;
}
.TagClassName
{
border-color: #D745F9;
}
</style>