Shades of Heliotrope #D067F3
Tints of Heliotrope #D067F3
RGB
CMYK
RGB Variations
Color information
#D067F3 (or 0xD067F3) is known color: Heliotrope. HEX triplet: D0, 67 and F3. RGB value is (208,103,243). Sum of RGB (Red+Green+Blue) = 208+103+243=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 103 (40.62% from 255 or 18.59% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #D067F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D067F3 is #2F980C. Grayscale: #959595. Windows color (decimal): -3119117 or 15951824. OLE color: 15951824.
HSL color Cylindrical-coordinate representation of color #D067F3: hue angle of 285º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D067F3 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 103 | 243 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.05 |
| HSL | 285º | 0.85% | 0.68% | - |
| HSV(B) | 285º | 0.58% | 0.95% | - |
| XYZ | 47.04 | 29.58 | 88.02 | - |
| YUV | 150.36 | 180.29 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 243 | 0.14 | 0.58 | 0 | 0.05 | 285 | 0.85 | 0.68 |
| Hex | D0 | 67 | F3 | E | 3A | 0 | 5 | 11D | 55 | 44 |
| Octal | 320 | 147 | 363 | 16 | 72 | 0 | 5 | 435 | 125 | 104 |
| Binary | 11010000 | 1100111 | 11110011 | 1110 | 111010 | 0 | 101 | 100011101 | 1010101 | 1000100 |
Color Harmonies of #D067F3
Complementary color
Monochromatic Colors of #D067F3
Black with #D067F3
Text Example
Text Example
White with #D067F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D067F3; }
p { color: rgb(208,103,243); }
H1.HeaderClassName
{
color: #D067F3;
}
.AnyTagClassName
{
color: #D067F3;
}
</style>
background-color css
<style>
a { background-color: #D067F3; }
a { background-color: rgb(208,103,243); }
div.DivClassName
{
background-color: #D067F3;
}
.BgClassName
{
background-color: #D067F3;
}
</style>
border-color css
<style>
span { border-color: #D067F3; }
span { border-color: rgb(208,103,243); }
td.TdClassName
{
border-color: #D067F3;
}
.TagClassName
{
border-color: #D067F3;
}
</style>