Shades of Heliotrope #D463FE
Tints of Heliotrope #D463FE
RGB
CMYK
RGB Variations
Color information
#D463FE (or 0xD463FE) is known color: Heliotrope. HEX triplet: D4, 63 and FE. RGB value is (212,99,254). Sum of RGB (Red+Green+Blue) = 212+99+254=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 99 (39.06% from 255 or 17.52% 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 #D463FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D463FE is #2B9C01. Grayscale: #959595. Windows color (decimal): -2857986 or 16671700. OLE color: 16671700.
HSL color Cylindrical-coordinate representation of color #D463FE: hue angle of 283.74º 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 #D463FE is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 99 | 254 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.00 |
| HSL | 283.74º | 0.99% | 0.69% | - |
| HSV(B) | 283.74º | 0.61% | 1% | - |
| XYZ | 49.5 | 30.08 | 96.96 | - |
| YUV | 150.46 | 186.44 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 254 | 0.17 | 0.61 | 0 | 0.00 | 283.74 | 0.99 | 0.69 |
| Hex | D4 | 63 | FE | 11 | 3D | 0 | 0 | 11C | 63 | 45 |
| Octal | 324 | 143 | 376 | 21 | 75 | 0 | 0 | 434 | 143 | 105 |
| Binary | 11010100 | 1100011 | 11111110 | 10001 | 111101 | 0 | 0 | 100011100 | 1100011 | 1000101 |
Color Harmonies of #D463FE
Complementary color
Monochromatic Colors of #D463FE
Black with #D463FE
Text Example
Text Example
White with #D463FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D463FE; }
p { color: rgb(212,99,254); }
H1.HeaderClassName
{
color: #D463FE;
}
.AnyTagClassName
{
color: #D463FE;
}
</style>
background-color css
<style>
a { background-color: #D463FE; }
a { background-color: rgb(212,99,254); }
div.DivClassName
{
background-color: #D463FE;
}
.BgClassName
{
background-color: #D463FE;
}
</style>
border-color css
<style>
span { border-color: #D463FE; }
span { border-color: rgb(212,99,254); }
td.TdClassName
{
border-color: #D463FE;
}
.TagClassName
{
border-color: #D463FE;
}
</style>