Shades of Heliotrope #D65DFC
Tints of Heliotrope #D65DFC
RGB
CMYK
RGB Variations
Color information
#D65DFC (or 0xD65DFC) is known color: Heliotrope. HEX triplet: D6, 5D and FC. RGB value is (214,93,252). Sum of RGB (Red+Green+Blue) = 214+93+252=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 93 (36.72% from 255 or 16.64% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #D65DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65DFC is #29A203. Grayscale: #929292. Windows color (decimal): -2728452 or 16539094. OLE color: 16539094.
HSL color Cylindrical-coordinate representation of color #D65DFC: hue angle of 285.66º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65DFC is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 93 | 252 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.01 |
| HSL | 285.66º | 0.96% | 0.68% | - |
| HSV(B) | 285.66º | 0.63% | 0.99% | - |
| XYZ | 49.22 | 29.15 | 95.13 | - |
| YUV | 147.31 | 187.09 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 252 | 0.15 | 0.63 | 0 | 0.01 | 285.66 | 0.96 | 0.68 |
| Hex | D6 | 5D | FC | F | 3F | 0 | 1 | 11E | 60 | 44 |
| Octal | 326 | 135 | 374 | 17 | 77 | 0 | 1 | 436 | 140 | 104 |
| Binary | 11010110 | 1011101 | 11111100 | 1111 | 111111 | 0 | 1 | 100011110 | 1100000 | 1000100 |
Color Harmonies of #D65DFC
Complementary color
Monochromatic Colors of #D65DFC
Black with #D65DFC
Text Example
Text Example
White with #D65DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65DFC; }
p { color: rgb(214,93,252); }
H1.HeaderClassName
{
color: #D65DFC;
}
.AnyTagClassName
{
color: #D65DFC;
}
</style>
background-color css
<style>
a { background-color: #D65DFC; }
a { background-color: rgb(214,93,252); }
div.DivClassName
{
background-color: #D65DFC;
}
.BgClassName
{
background-color: #D65DFC;
}
</style>
border-color css
<style>
span { border-color: #D65DFC; }
span { border-color: rgb(214,93,252); }
td.TdClassName
{
border-color: #D65DFC;
}
.TagClassName
{
border-color: #D65DFC;
}
</style>