Shades of Heliotrope #D04BFF
Tints of Heliotrope #D04BFF
RGB
CMYK
RGB Variations
Color information
#D04BFF (or 0xD04BFF) is known color: Heliotrope. HEX triplet: D0, 4B and FF. RGB value is (208,75,255). Sum of RGB (Red+Green+Blue) = 208+75+255=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 75 (29.69% from 255 or 13.94% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #D04BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04BFF is #2FB400. Grayscale: #868686. Windows color (decimal): -3126273 or 16731088. OLE color: 16731088.
HSL color Cylindrical-coordinate representation of color #D04BFF: hue angle of 284.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D04BFF is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 75 | 255 | - |
| CMYK | 0.18 | 0.71 | 0 | 0 |
| HSL | 284.33º | 1% | 0.65% | - |
| HSV(B) | 284.33º | 0.71% | 1% | - |
| XYZ | 46.58 | 25.66 | 97.11 | - |
| YUV | 135.29 | 195.56 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 255 | 0.18 | 0.71 | 0 | 0 | 284.33 | 1 | 0.65 |
| Hex | D0 | 4B | FF | 12 | 47 | 0 | 0 | 11C | 64 | 41 |
| Octal | 320 | 113 | 377 | 22 | 107 | 0 | 0 | 434 | 144 | 101 |
| Binary | 11010000 | 1001011 | 11111111 | 10010 | 1000111 | 0 | 0 | 100011100 | 1100100 | 1000001 |
Color Harmonies of #D04BFF
Complementary color
Monochromatic Colors of #D04BFF
Black with #D04BFF
Text Example
Text Example
White with #D04BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BFF; }
p { color: rgb(208,75,255); }
H1.HeaderClassName
{
color: #D04BFF;
}
.AnyTagClassName
{
color: #D04BFF;
}
</style>
background-color css
<style>
a { background-color: #D04BFF; }
a { background-color: rgb(208,75,255); }
div.DivClassName
{
background-color: #D04BFF;
}
.BgClassName
{
background-color: #D04BFF;
}
</style>
border-color css
<style>
span { border-color: #D04BFF; }
span { border-color: rgb(208,75,255); }
td.TdClassName
{
border-color: #D04BFF;
}
.TagClassName
{
border-color: #D04BFF;
}
</style>