Shades of Heliotrope #D461F7
Tints of Heliotrope #D461F7
RGB
CMYK
RGB Variations
Color information
#D461F7 (or 0xD461F7) is known color: Heliotrope. HEX triplet: D4, 61 and F7. RGB value is (212,97,247). Sum of RGB (Red+Green+Blue) = 212+97+247=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 97 (38.28% from 255 or 17.45% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #D461F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D461F7 is #2B9E08. Grayscale: #949494. Windows color (decimal): -2858505 or 16212436. OLE color: 16212436.
HSL color Cylindrical-coordinate representation of color #D461F7: hue angle of 286º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D461F7 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 97 | 247 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.03 |
| HSL | 286º | 0.9% | 0.67% | - |
| HSV(B) | 286º | 0.61% | 0.97% | - |
| XYZ | 48.21 | 29.26 | 91.1 | - |
| YUV | 148.49 | 183.6 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 247 | 0.14 | 0.61 | 0 | 0.03 | 286 | 0.9 | 0.67 |
| Hex | D4 | 61 | F7 | E | 3D | 0 | 3 | 11E | 5A | 43 |
| Octal | 324 | 141 | 367 | 16 | 75 | 0 | 3 | 436 | 132 | 103 |
| Binary | 11010100 | 1100001 | 11110111 | 1110 | 111101 | 0 | 11 | 100011110 | 1011010 | 1000011 |
Color Harmonies of #D461F7
Complementary color
Monochromatic Colors of #D461F7
Black with #D461F7
Text Example
Text Example
White with #D461F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D461F7; }
p { color: rgb(212,97,247); }
H1.HeaderClassName
{
color: #D461F7;
}
.AnyTagClassName
{
color: #D461F7;
}
</style>
background-color css
<style>
a { background-color: #D461F7; }
a { background-color: rgb(212,97,247); }
div.DivClassName
{
background-color: #D461F7;
}
.BgClassName
{
background-color: #D461F7;
}
</style>
border-color css
<style>
span { border-color: #D461F7; }
span { border-color: rgb(212,97,247); }
td.TdClassName
{
border-color: #D461F7;
}
.TagClassName
{
border-color: #D461F7;
}
</style>