Shades of Heliotrope #D467FB
Tints of Heliotrope #D467FB
RGB
CMYK
RGB Variations
Color information
#D467FB (or 0xD467FB) is known color: Heliotrope. HEX triplet: D4, 67 and FB. RGB value is (212,103,251). Sum of RGB (Red+Green+Blue) = 212+103+251=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 103 (40.62% from 255 or 18.20% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #D467FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D467FB is #2B9804. Grayscale: #979797. Windows color (decimal): -2856965 or 16476116. OLE color: 16476116.
HSL color Cylindrical-coordinate representation of color #D467FB: hue angle of 284.19º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D467FB is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 103 | 251 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.02 |
| HSL | 284.19º | 0.95% | 0.69% | - |
| HSV(B) | 284.19º | 0.59% | 0.98% | - |
| XYZ | 49.41 | 30.66 | 94.58 | - |
| YUV | 152.46 | 183.61 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 251 | 0.16 | 0.59 | 0 | 0.02 | 284.19 | 0.95 | 0.69 |
| Hex | D4 | 67 | FB | 10 | 3B | 0 | 2 | 11C | 5F | 45 |
| Octal | 324 | 147 | 373 | 20 | 73 | 0 | 2 | 434 | 137 | 105 |
| Binary | 11010100 | 1100111 | 11111011 | 10000 | 111011 | 0 | 10 | 100011100 | 1011111 | 1000101 |
Color Harmonies of #D467FB
Complementary color
Monochromatic Colors of #D467FB
Black with #D467FB
Text Example
Text Example
White with #D467FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D467FB; }
p { color: rgb(212,103,251); }
H1.HeaderClassName
{
color: #D467FB;
}
.AnyTagClassName
{
color: #D467FB;
}
</style>
background-color css
<style>
a { background-color: #D467FB; }
a { background-color: rgb(212,103,251); }
div.DivClassName
{
background-color: #D467FB;
}
.BgClassName
{
background-color: #D467FB;
}
</style>
border-color css
<style>
span { border-color: #D467FB; }
span { border-color: rgb(212,103,251); }
td.TdClassName
{
border-color: #D467FB;
}
.TagClassName
{
border-color: #D467FB;
}
</style>