Shades of Heliotrope #D364FE
Tints of Heliotrope #D364FE
RGB
CMYK
RGB Variations
Color information
#D364FE (or 0xD364FE) is known color: Heliotrope. HEX triplet: D3, 64 and FE. RGB value is (211,100,254). Sum of RGB (Red+Green+Blue) = 211+100+254=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 100 (39.45% from 255 or 17.70% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #D364FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D364FE is #2C9B01. Grayscale: #969696. Windows color (decimal): -2923266 or 16671955. OLE color: 16671955.
HSL color Cylindrical-coordinate representation of color #D364FE: hue angle of 283.25º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D364FE is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 100 | 254 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.00 |
| HSL | 283.25º | 0.99% | 0.69% | - |
| HSV(B) | 283.25º | 0.61% | 1% | - |
| XYZ | 49.31 | 30.12 | 96.98 | - |
| YUV | 150.75 | 186.27 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 254 | 0.17 | 0.61 | 0 | 0.00 | 283.25 | 0.99 | 0.69 |
| Hex | D3 | 64 | FE | 11 | 3D | 0 | 0 | 11B | 63 | 45 |
| Octal | 323 | 144 | 376 | 21 | 75 | 0 | 0 | 433 | 143 | 105 |
| Binary | 11010011 | 1100100 | 11111110 | 10001 | 111101 | 0 | 0 | 100011011 | 1100011 | 1000101 |
Color Harmonies of #D364FE
Complementary color
Monochromatic Colors of #D364FE
Black with #D364FE
Text Example
Text Example
White with #D364FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D364FE; }
p { color: rgb(211,100,254); }
H1.HeaderClassName
{
color: #D364FE;
}
.AnyTagClassName
{
color: #D364FE;
}
</style>
background-color css
<style>
a { background-color: #D364FE; }
a { background-color: rgb(211,100,254); }
div.DivClassName
{
background-color: #D364FE;
}
.BgClassName
{
background-color: #D364FE;
}
</style>
border-color css
<style>
span { border-color: #D364FE; }
span { border-color: rgb(211,100,254); }
td.TdClassName
{
border-color: #D364FE;
}
.TagClassName
{
border-color: #D364FE;
}
</style>