Shades of Heliotrope #D752FF
Tints of Heliotrope #D752FF
RGB
CMYK
RGB Variations
Color information
#D752FF (or 0xD752FF) is known color: Heliotrope. HEX triplet: D7, 52 and FF. RGB value is (215,82,255). Sum of RGB (Red+Green+Blue) = 215+82+255=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 82 (32.42% from 255 or 14.86% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #D752FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D752FF is #28AD00. Grayscale: #8C8C8C. Windows color (decimal): -2665729 or 16732887. OLE color: 16732887.
HSL color Cylindrical-coordinate representation of color #D752FF: hue angle of 286.13º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D752FF is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 82 | 255 | - |
| CMYK | 0.16 | 0.68 | 0 | 0 |
| HSL | 286.13º | 1% | 0.66% | - |
| HSV(B) | 286.13º | 0.68% | 1% | - |
| XYZ | 49.09 | 27.7 | 97.37 | - |
| YUV | 141.49 | 192.06 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 255 | 0.16 | 0.68 | 0 | 0 | 286.13 | 1 | 0.66 |
| Hex | D7 | 52 | FF | 10 | 44 | 0 | 0 | 11E | 64 | 42 |
| Octal | 327 | 122 | 377 | 20 | 104 | 0 | 0 | 436 | 144 | 102 |
| Binary | 11010111 | 1010010 | 11111111 | 10000 | 1000100 | 0 | 0 | 100011110 | 1100100 | 1000010 |
Color Harmonies of #D752FF
Complementary color
Monochromatic Colors of #D752FF
Black with #D752FF
Text Example
Text Example
White with #D752FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D752FF; }
p { color: rgb(215,82,255); }
H1.HeaderClassName
{
color: #D752FF;
}
.AnyTagClassName
{
color: #D752FF;
}
</style>
background-color css
<style>
a { background-color: #D752FF; }
a { background-color: rgb(215,82,255); }
div.DivClassName
{
background-color: #D752FF;
}
.BgClassName
{
background-color: #D752FF;
}
</style>
border-color css
<style>
span { border-color: #D752FF; }
span { border-color: rgb(215,82,255); }
td.TdClassName
{
border-color: #D752FF;
}
.TagClassName
{
border-color: #D752FF;
}
</style>