Shades of Heliotrope #D069FC
Tints of Heliotrope #D069FC
RGB
CMYK
RGB Variations
Color information
#D069FC (or 0xD069FC) is known color: Heliotrope. HEX triplet: D0, 69 and FC. RGB value is (208,105,252). Sum of RGB (Red+Green+Blue) = 208+105+252=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #D069FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069FC is #2F9603. Grayscale: #989898. Windows color (decimal): -3118596 or 16542160. OLE color: 16542160.
HSL color Cylindrical-coordinate representation of color #D069FC: hue angle of 282.04º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D069FC is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 105 | 252 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.01 |
| HSL | 282.04º | 0.96% | 0.7% | - |
| HSV(B) | 282.04º | 0.58% | 0.99% | - |
| XYZ | 48.63 | 30.54 | 95.43 | - |
| YUV | 152.56 | 184.12 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 252 | 0.17 | 0.58 | 0 | 0.01 | 282.04 | 0.96 | 0.7 |
| Hex | D0 | 69 | FC | 11 | 3A | 0 | 1 | 11A | 60 | 46 |
| Octal | 320 | 151 | 374 | 21 | 72 | 0 | 1 | 432 | 140 | 106 |
| Binary | 11010000 | 1101001 | 11111100 | 10001 | 111010 | 0 | 1 | 100011010 | 1100000 | 1000110 |
Color Harmonies of #D069FC
Complementary color
Monochromatic Colors of #D069FC
Black with #D069FC
Text Example
Text Example
White with #D069FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D069FC; }
p { color: rgb(208,105,252); }
H1.HeaderClassName
{
color: #D069FC;
}
.AnyTagClassName
{
color: #D069FC;
}
</style>
background-color css
<style>
a { background-color: #D069FC; }
a { background-color: rgb(208,105,252); }
div.DivClassName
{
background-color: #D069FC;
}
.BgClassName
{
background-color: #D069FC;
}
</style>
border-color css
<style>
span { border-color: #D069FC; }
span { border-color: rgb(208,105,252); }
td.TdClassName
{
border-color: #D069FC;
}
.TagClassName
{
border-color: #D069FC;
}
</style>