Shades of Heliotrope #D04FFC
Tints of Heliotrope #D04FFC
RGB
CMYK
RGB Variations
Color information
#D04FFC (or 0xD04FFC) is known color: Heliotrope. HEX triplet: D0, 4F and FC. RGB value is (208,79,252). Sum of RGB (Red+Green+Blue) = 208+79+252=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 79 (31.25% from 255 or 14.66% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #D04FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04FFC is #2FB003. Grayscale: #888888. Windows color (decimal): -3125252 or 16535504. OLE color: 16535504.
HSL color Cylindrical-coordinate representation of color #D04FFC: hue angle of 284.74º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04FFC is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 79 | 252 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.01 |
| HSL | 284.74º | 0.97% | 0.65% | - |
| HSV(B) | 284.74º | 0.69% | 0.99% | - |
| XYZ | 46.38 | 26.03 | 94.68 | - |
| YUV | 137.29 | 192.74 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 252 | 0.17 | 0.69 | 0 | 0.01 | 284.74 | 0.97 | 0.65 |
| Hex | D0 | 4F | FC | 11 | 45 | 0 | 1 | 11D | 61 | 41 |
| Octal | 320 | 117 | 374 | 21 | 105 | 0 | 1 | 435 | 141 | 101 |
| Binary | 11010000 | 1001111 | 11111100 | 10001 | 1000101 | 0 | 1 | 100011101 | 1100001 | 1000001 |
Color Harmonies of #D04FFC
Complementary color
Monochromatic Colors of #D04FFC
Black with #D04FFC
Text Example
Text Example
White with #D04FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04FFC; }
p { color: rgb(208,79,252); }
H1.HeaderClassName
{
color: #D04FFC;
}
.AnyTagClassName
{
color: #D04FFC;
}
</style>
background-color css
<style>
a { background-color: #D04FFC; }
a { background-color: rgb(208,79,252); }
div.DivClassName
{
background-color: #D04FFC;
}
.BgClassName
{
background-color: #D04FFC;
}
</style>
border-color css
<style>
span { border-color: #D04FFC; }
span { border-color: rgb(208,79,252); }
td.TdClassName
{
border-color: #D04FFC;
}
.TagClassName
{
border-color: #D04FFC;
}
</style>