Shades of Heliotrope #D069FF
Tints of Heliotrope #D069FF
RGB
CMYK
RGB Variations
Color information
#D069FF (or 0xD069FF) is known color: Heliotrope. HEX triplet: D0, 69 and FF. RGB value is (208,105,255). Sum of RGB (Red+Green+Blue) = 208+105+255=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 105 (41.41% from 255 or 18.49% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #D069FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069FF is #2F9600. Grayscale: #989898. Windows color (decimal): -3118593 or 16738768. OLE color: 16738768.
HSL color Cylindrical-coordinate representation of color #D069FF: hue angle of 281.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D069FF is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 105 | 255 | - |
| CMYK | 0.18 | 0.59 | 0 | 0 |
| HSL | 281.2º | 1% | 0.71% | - |
| HSV(B) | 281.2º | 0.59% | 1% | - |
| XYZ | 49.11 | 30.73 | 97.95 | - |
| YUV | 152.9 | 185.62 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 255 | 0.18 | 0.59 | 0 | 0 | 281.2 | 1 | 0.71 |
| Hex | D0 | 69 | FF | 12 | 3B | 0 | 0 | 119 | 64 | 47 |
| Octal | 320 | 151 | 377 | 22 | 73 | 0 | 0 | 431 | 144 | 107 |
| Binary | 11010000 | 1101001 | 11111111 | 10010 | 111011 | 0 | 0 | 100011001 | 1100100 | 1000111 |
Color Harmonies of #D069FF
Complementary color
Monochromatic Colors of #D069FF
Black with #D069FF
Text Example
Text Example
White with #D069FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D069FF; }
p { color: rgb(208,105,255); }
H1.HeaderClassName
{
color: #D069FF;
}
.AnyTagClassName
{
color: #D069FF;
}
</style>
background-color css
<style>
a { background-color: #D069FF; }
a { background-color: rgb(208,105,255); }
div.DivClassName
{
background-color: #D069FF;
}
.BgClassName
{
background-color: #D069FF;
}
</style>
border-color css
<style>
span { border-color: #D069FF; }
span { border-color: rgb(208,105,255); }
td.TdClassName
{
border-color: #D069FF;
}
.TagClassName
{
border-color: #D069FF;
}
</style>