Shades of Heliotrope #D752F4
Tints of Heliotrope #D752F4
RGB
CMYK
RGB Variations
Color information
#D752F4 (or 0xD752F4) is known color: Heliotrope. HEX triplet: D7, 52 and F4. RGB value is (215,82,244). Sum of RGB (Red+Green+Blue) = 215+82+244=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 82 (32.42% from 255 or 15.16% from 541); Blue value is 244 (95.70% from 255 or 45.10% from 541); Max value from RGB is 244 - color contains mainly: blue. Hex color #D752F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D752F4 is #28AD0B. Grayscale: #8B8B8B. Windows color (decimal): -2665740 or 16011991. OLE color: 16011991.
HSL color Cylindrical-coordinate representation of color #D752F4: hue angle of 289.26º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D752F4 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 82 | 244 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.04 |
| HSL | 289.26º | 0.88% | 0.64% | - |
| HSV(B) | 289.26º | 0.66% | 0.96% | - |
| XYZ | 47.37 | 27.01 | 88.31 | - |
| YUV | 140.24 | 186.56 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 244 | 0.12 | 0.66 | 0 | 0.04 | 289.26 | 0.88 | 0.64 |
| Hex | D7 | 52 | F4 | C | 42 | 0 | 4 | 121 | 58 | 40 |
| Octal | 327 | 122 | 364 | 14 | 102 | 0 | 4 | 441 | 130 | 100 |
| Binary | 11010111 | 1010010 | 11110100 | 1100 | 1000010 | 0 | 100 | 100100001 | 1011000 | 1000000 |
Color Harmonies of #D752F4
Complementary color
Monochromatic Colors of #D752F4
Black with #D752F4
Text Example
Text Example
White with #D752F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D752F4; }
p { color: rgb(215,82,244); }
H1.HeaderClassName
{
color: #D752F4;
}
.AnyTagClassName
{
color: #D752F4;
}
</style>
background-color css
<style>
a { background-color: #D752F4; }
a { background-color: rgb(215,82,244); }
div.DivClassName
{
background-color: #D752F4;
}
.BgClassName
{
background-color: #D752F4;
}
</style>
border-color css
<style>
span { border-color: #D752F4; }
span { border-color: rgb(215,82,244); }
td.TdClassName
{
border-color: #D752F4;
}
.TagClassName
{
border-color: #D752F4;
}
</style>