Shades of Heliotrope #D473FE
Tints of Heliotrope #D473FE
RGB
CMYK
RGB Variations
Color information
#D473FE (or 0xD473FE) is known color: Heliotrope. HEX triplet: D4, 73 and FE. RGB value is (212,115,254). Sum of RGB (Red+Green+Blue) = 212+115+254=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 115 (45.31% from 255 or 19.79% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #D473FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D473FE is #2B8C01. Grayscale: #9F9F9F. Windows color (decimal): -2853890 or 16675796. OLE color: 16675796.
HSL color Cylindrical-coordinate representation of color #D473FE: hue angle of 281.87º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D473FE is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 115 | 254 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.00 |
| HSL | 281.87º | 0.99% | 0.72% | - |
| HSV(B) | 281.87º | 0.55% | 1% | - |
| XYZ | 51.17 | 33.41 | 97.52 | - |
| YUV | 159.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 254 | 0.17 | 0.55 | 0 | 0.00 | 281.87 | 0.99 | 0.72 |
| Hex | D4 | 73 | FE | 11 | 37 | 0 | 0 | 11A | 63 | 48 |
| Octal | 324 | 163 | 376 | 21 | 67 | 0 | 0 | 432 | 143 | 110 |
| Binary | 11010100 | 1110011 | 11111110 | 10001 | 110111 | 0 | 0 | 100011010 | 1100011 | 1001000 |
Color Harmonies of #D473FE
Complementary color
Monochromatic Colors of #D473FE
Black with #D473FE
Text Example
Text Example
White with #D473FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D473FE; }
p { color: rgb(212,115,254); }
H1.HeaderClassName
{
color: #D473FE;
}
.AnyTagClassName
{
color: #D473FE;
}
</style>
background-color css
<style>
a { background-color: #D473FE; }
a { background-color: rgb(212,115,254); }
div.DivClassName
{
background-color: #D473FE;
}
.BgClassName
{
background-color: #D473FE;
}
</style>
border-color css
<style>
span { border-color: #D473FE; }
span { border-color: rgb(212,115,254); }
td.TdClassName
{
border-color: #D473FE;
}
.TagClassName
{
border-color: #D473FE;
}
</style>