Shades of Heliotrope #D471FD
Tints of Heliotrope #D471FD
RGB
CMYK
RGB Variations
Color information
#D471FD (or 0xD471FD) is known color: Heliotrope. HEX triplet: D4, 71 and FD. RGB value is (212,113,253). Sum of RGB (Red+Green+Blue) = 212+113+253=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 113 (44.53% from 255 or 19.55% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #D471FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D471FD is #2B8E02. Grayscale: #9E9E9E. Windows color (decimal): -2854403 or 16609748. OLE color: 16609748.
HSL color Cylindrical-coordinate representation of color #D471FD: hue angle of 282.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D471FD is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 113 | 253 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.01 |
| HSL | 282.43º | 0.97% | 0.72% | - |
| HSV(B) | 282.43º | 0.55% | 0.99% | - |
| XYZ | 50.79 | 32.9 | 96.6 | - |
| YUV | 158.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 253 | 0.16 | 0.55 | 0 | 0.01 | 282.43 | 0.97 | 0.72 |
| Hex | D4 | 71 | FD | 10 | 37 | 0 | 1 | 11A | 61 | 48 |
| Octal | 324 | 161 | 375 | 20 | 67 | 0 | 1 | 432 | 141 | 110 |
| Binary | 11010100 | 1110001 | 11111101 | 10000 | 110111 | 0 | 1 | 100011010 | 1100001 | 1001000 |
Color Harmonies of #D471FD
Complementary color
Monochromatic Colors of #D471FD
Black with #D471FD
Text Example
Text Example
White with #D471FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471FD; }
p { color: rgb(212,113,253); }
H1.HeaderClassName
{
color: #D471FD;
}
.AnyTagClassName
{
color: #D471FD;
}
</style>
background-color css
<style>
a { background-color: #D471FD; }
a { background-color: rgb(212,113,253); }
div.DivClassName
{
background-color: #D471FD;
}
.BgClassName
{
background-color: #D471FD;
}
</style>
border-color css
<style>
span { border-color: #D471FD; }
span { border-color: rgb(212,113,253); }
td.TdClassName
{
border-color: #D471FD;
}
.TagClassName
{
border-color: #D471FD;
}
</style>