Shades of Heliotrope #D744FC
Tints of Heliotrope #D744FC
RGB
CMYK
RGB Variations
Color information
#D744FC (or 0xD744FC) is known color: Heliotrope. HEX triplet: D7, 44 and FC. RGB value is (215,68,252). Sum of RGB (Red+Green+Blue) = 215+68+252=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 68 (26.95% from 255 or 12.71% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #D744FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D744FC is #28BB03. Grayscale: #848484. Windows color (decimal): -2669316 or 16532695. OLE color: 16532695.
HSL color Cylindrical-coordinate representation of color #D744FC: hue angle of 287.93º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D744FC is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 68 | 252 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.01 |
| HSL | 287.93º | 0.97% | 0.63% | - |
| HSV(B) | 287.93º | 0.73% | 0.99% | - |
| XYZ | 47.66 | 25.61 | 94.53 | - |
| YUV | 132.93 | 195.2 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 252 | 0.15 | 0.73 | 0 | 0.01 | 287.93 | 0.97 | 0.63 |
| Hex | D7 | 44 | FC | F | 49 | 0 | 1 | 120 | 61 | 3F |
| Octal | 327 | 104 | 374 | 17 | 111 | 0 | 1 | 440 | 141 | 77 |
| Binary | 11010111 | 1000100 | 11111100 | 1111 | 1001001 | 0 | 1 | 100100000 | 1100001 | 111111 |
Color Harmonies of #D744FC
Complementary color
Monochromatic Colors of #D744FC
Black with #D744FC
Text Example
Text Example
White with #D744FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D744FC; }
p { color: rgb(215,68,252); }
H1.HeaderClassName
{
color: #D744FC;
}
.AnyTagClassName
{
color: #D744FC;
}
</style>
background-color css
<style>
a { background-color: #D744FC; }
a { background-color: rgb(215,68,252); }
div.DivClassName
{
background-color: #D744FC;
}
.BgClassName
{
background-color: #D744FC;
}
</style>
border-color css
<style>
span { border-color: #D744FC; }
span { border-color: rgb(215,68,252); }
td.TdClassName
{
border-color: #D744FC;
}
.TagClassName
{
border-color: #D744FC;
}
</style>