Shades of Heliotrope #D648FF
Tints of Heliotrope #D648FF
RGB
CMYK
RGB Variations
Color information
#D648FF (or 0xD648FF) is known color: Heliotrope. HEX triplet: D6, 48 and FF. RGB value is (214,72,255). Sum of RGB (Red+Green+Blue) = 214+72+255=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 72 (28.52% from 255 or 13.31% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #D648FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D648FF is #29B700. Grayscale: #868686. Windows color (decimal): -2733825 or 16730326. OLE color: 16730326.
HSL color Cylindrical-coordinate representation of color #D648FF: hue angle of 286.56º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D648FF is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 72 | 255 | - |
| CMYK | 0.16 | 0.72 | 0 | 0 |
| HSL | 286.56º | 1% | 0.64% | - |
| HSV(B) | 286.56º | 0.72% | 1% | - |
| XYZ | 48.1 | 26.15 | 97.12 | - |
| YUV | 135.32 | 195.54 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 255 | 0.16 | 0.72 | 0 | 0 | 286.56 | 1 | 0.64 |
| Hex | D6 | 48 | FF | 10 | 48 | 0 | 0 | 11F | 64 | 40 |
| Octal | 326 | 110 | 377 | 20 | 110 | 0 | 0 | 437 | 144 | 100 |
| Binary | 11010110 | 1001000 | 11111111 | 10000 | 1001000 | 0 | 0 | 100011111 | 1100100 | 1000000 |
Color Harmonies of #D648FF
Complementary color
Monochromatic Colors of #D648FF
Black with #D648FF
Text Example
Text Example
White with #D648FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D648FF; }
p { color: rgb(214,72,255); }
H1.HeaderClassName
{
color: #D648FF;
}
.AnyTagClassName
{
color: #D648FF;
}
</style>
background-color css
<style>
a { background-color: #D648FF; }
a { background-color: rgb(214,72,255); }
div.DivClassName
{
background-color: #D648FF;
}
.BgClassName
{
background-color: #D648FF;
}
</style>
border-color css
<style>
span { border-color: #D648FF; }
span { border-color: rgb(214,72,255); }
td.TdClassName
{
border-color: #D648FF;
}
.TagClassName
{
border-color: #D648FF;
}
</style>