Shades of Heliotrope #D63CFF
Tints of Heliotrope #D63CFF
RGB
CMYK
RGB Variations
Color information
#D63CFF (or 0xD63CFF) is known color: Heliotrope. HEX triplet: D6, 3C and FF. RGB value is (214,60,255). Sum of RGB (Red+Green+Blue) = 214+60+255=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 60 (23.83% from 255 or 11.34% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #D63CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63CFF is #29C300. Grayscale: #7F7F7F. Windows color (decimal): -2736897 or 16727254. OLE color: 16727254.
HSL color Cylindrical-coordinate representation of color #D63CFF: hue angle of 287.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63CFF is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 60 | 255 | - |
| CMYK | 0.16 | 0.76 | 0 | 0 |
| HSL | 287.38º | 1% | 0.62% | - |
| HSV(B) | 287.38º | 0.76% | 1% | - |
| XYZ | 47.4 | 24.75 | 96.89 | - |
| YUV | 128.28 | 199.52 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 255 | 0.16 | 0.76 | 0 | 0 | 287.38 | 1 | 0.62 |
| Hex | D6 | 3C | FF | 10 | 4C | 0 | 0 | 11F | 64 | 3E |
| Octal | 326 | 74 | 377 | 20 | 114 | 0 | 0 | 437 | 144 | 76 |
| Binary | 11010110 | 111100 | 11111111 | 10000 | 1001100 | 0 | 0 | 100011111 | 1100100 | 111110 |
Color Harmonies of #D63CFF
Complementary color
Monochromatic Colors of #D63CFF
Black with #D63CFF
Text Example
Text Example
White with #D63CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63CFF; }
p { color: rgb(214,60,255); }
H1.HeaderClassName
{
color: #D63CFF;
}
.AnyTagClassName
{
color: #D63CFF;
}
</style>
background-color css
<style>
a { background-color: #D63CFF; }
a { background-color: rgb(214,60,255); }
div.DivClassName
{
background-color: #D63CFF;
}
.BgClassName
{
background-color: #D63CFF;
}
</style>
border-color css
<style>
span { border-color: #D63CFF; }
span { border-color: rgb(214,60,255); }
td.TdClassName
{
border-color: #D63CFF;
}
.TagClassName
{
border-color: #D63CFF;
}
</style>