Shades of Heliotrope #D461FB
Tints of Heliotrope #D461FB
RGB
CMYK
RGB Variations
Color information
#D461FB (or 0xD461FB) is known color: Heliotrope. HEX triplet: D4, 61 and FB. RGB value is (212,97,251). Sum of RGB (Red+Green+Blue) = 212+97+251=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 97 (38.28% from 255 or 17.32% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #D461FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D461FB is #2B9E04. Grayscale: #949494. Windows color (decimal): -2858501 or 16474580. OLE color: 16474580.
HSL color Cylindrical-coordinate representation of color #D461FB: hue angle of 284.81º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D461FB is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 97 | 251 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.02 |
| HSL | 284.81º | 0.95% | 0.68% | - |
| HSV(B) | 284.81º | 0.61% | 0.98% | - |
| XYZ | 48.84 | 29.51 | 94.39 | - |
| YUV | 148.94 | 185.6 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 251 | 0.16 | 0.61 | 0 | 0.02 | 284.81 | 0.95 | 0.68 |
| Hex | D4 | 61 | FB | 10 | 3D | 0 | 2 | 11D | 5F | 44 |
| Octal | 324 | 141 | 373 | 20 | 75 | 0 | 2 | 435 | 137 | 104 |
| Binary | 11010100 | 1100001 | 11111011 | 10000 | 111101 | 0 | 10 | 100011101 | 1011111 | 1000100 |
Color Harmonies of #D461FB
Complementary color
Monochromatic Colors of #D461FB
Black with #D461FB
Text Example
Text Example
White with #D461FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D461FB; }
p { color: rgb(212,97,251); }
H1.HeaderClassName
{
color: #D461FB;
}
.AnyTagClassName
{
color: #D461FB;
}
</style>
background-color css
<style>
a { background-color: #D461FB; }
a { background-color: rgb(212,97,251); }
div.DivClassName
{
background-color: #D461FB;
}
.BgClassName
{
background-color: #D461FB;
}
</style>
border-color css
<style>
span { border-color: #D461FB; }
span { border-color: rgb(212,97,251); }
td.TdClassName
{
border-color: #D461FB;
}
.TagClassName
{
border-color: #D461FB;
}
</style>