Shades of Heliotrope #D340FD
Tints of Heliotrope #D340FD
RGB
CMYK
RGB Variations
Color information
#D340FD (or 0xD340FD) is known color: Heliotrope. HEX triplet: D3, 40 and FD. RGB value is (211,64,253). Sum of RGB (Red+Green+Blue) = 211+64+253=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 64 (25.39% from 255 or 12.12% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #D340FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D340FD is #2CBF02. Grayscale: #808080. Windows color (decimal): -2932483 or 16597203. OLE color: 16597203.
HSL color Cylindrical-coordinate representation of color #D340FD: hue angle of 286.67º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D340FD is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 64 | 253 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.01 |
| HSL | 286.67º | 0.98% | 0.62% | - |
| HSV(B) | 286.67º | 0.75% | 0.99% | - |
| XYZ | 46.43 | 24.61 | 95.23 | - |
| YUV | 129.5 | 197.7 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 253 | 0.17 | 0.75 | 0 | 0.01 | 286.67 | 0.98 | 0.62 |
| Hex | D3 | 40 | FD | 11 | 4B | 0 | 1 | 11F | 62 | 3E |
| Octal | 323 | 100 | 375 | 21 | 113 | 0 | 1 | 437 | 142 | 76 |
| Binary | 11010011 | 1000000 | 11111101 | 10001 | 1001011 | 0 | 1 | 100011111 | 1100010 | 111110 |
Color Harmonies of #D340FD
Complementary color
Monochromatic Colors of #D340FD
Black with #D340FD
Text Example
Text Example
White with #D340FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D340FD; }
p { color: rgb(211,64,253); }
H1.HeaderClassName
{
color: #D340FD;
}
.AnyTagClassName
{
color: #D340FD;
}
</style>
background-color css
<style>
a { background-color: #D340FD; }
a { background-color: rgb(211,64,253); }
div.DivClassName
{
background-color: #D340FD;
}
.BgClassName
{
background-color: #D340FD;
}
</style>
border-color css
<style>
span { border-color: #D340FD; }
span { border-color: rgb(211,64,253); }
td.TdClassName
{
border-color: #D340FD;
}
.TagClassName
{
border-color: #D340FD;
}
</style>