Shades of Heliotrope #D340FF
Tints of Heliotrope #D340FF
RGB
CMYK
RGB Variations
Color information
#D340FF (or 0xD340FF) is known color: Heliotrope. HEX triplet: D3, 40 and FF. RGB value is (211,64,255). Sum of RGB (Red+Green+Blue) = 211+64+255=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 64 (25.39% from 255 or 12.08% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #D340FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D340FF is #2CBF00. Grayscale: #818181. Windows color (decimal): -2932481 or 16728275. OLE color: 16728275.
HSL color Cylindrical-coordinate representation of color #D340FF: hue angle of 286.18º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D340FF is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 64 | 255 | - |
| CMYK | 0.17 | 0.75 | 0 | 0 |
| HSL | 286.18º | 1% | 0.63% | - |
| HSV(B) | 286.18º | 0.75% | 1% | - |
| XYZ | 46.75 | 24.74 | 96.92 | - |
| YUV | 129.73 | 198.7 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 255 | 0.17 | 0.75 | 0 | 0 | 286.18 | 1 | 0.63 |
| Hex | D3 | 40 | FF | 11 | 4B | 0 | 0 | 11E | 64 | 3F |
| Octal | 323 | 100 | 377 | 21 | 113 | 0 | 0 | 436 | 144 | 77 |
| Binary | 11010011 | 1000000 | 11111111 | 10001 | 1001011 | 0 | 0 | 100011110 | 1100100 | 111111 |
Color Harmonies of #D340FF
Complementary color
Monochromatic Colors of #D340FF
Black with #D340FF
Text Example
Text Example
White with #D340FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D340FF; }
p { color: rgb(211,64,255); }
H1.HeaderClassName
{
color: #D340FF;
}
.AnyTagClassName
{
color: #D340FF;
}
</style>
background-color css
<style>
a { background-color: #D340FF; }
a { background-color: rgb(211,64,255); }
div.DivClassName
{
background-color: #D340FF;
}
.BgClassName
{
background-color: #D340FF;
}
</style>
border-color css
<style>
span { border-color: #D340FF; }
span { border-color: rgb(211,64,255); }
td.TdClassName
{
border-color: #D340FF;
}
.TagClassName
{
border-color: #D340FF;
}
</style>