Shades of Heliotrope #D669F6
Tints of Heliotrope #D669F6
RGB
CMYK
RGB Variations
Color information
#D669F6 (or 0xD669F6) is known color: Heliotrope. HEX triplet: D6, 69 and F6. RGB value is (214,105,246). Sum of RGB (Red+Green+Blue) = 214+105+246=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #D669F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D669F6 is #299609. Grayscale: #999999. Windows color (decimal): -2725386 or 16148950. OLE color: 16148950.
HSL color Cylindrical-coordinate representation of color #D669F6: hue angle of 286.38º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D669F6 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 105 | 246 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.04 |
| HSL | 286.38º | 0.89% | 0.69% | - |
| HSV(B) | 286.38º | 0.57% | 0.96% | - |
| XYZ | 49.42 | 31.05 | 90.58 | - |
| YUV | 153.67 | 180.11 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 246 | 0.13 | 0.57 | 0 | 0.04 | 286.38 | 0.89 | 0.69 |
| Hex | D6 | 69 | F6 | D | 39 | 0 | 4 | 11E | 59 | 45 |
| Octal | 326 | 151 | 366 | 15 | 71 | 0 | 4 | 436 | 131 | 105 |
| Binary | 11010110 | 1101001 | 11110110 | 1101 | 111001 | 0 | 100 | 100011110 | 1011001 | 1000101 |
Color Harmonies of #D669F6
Complementary color
Monochromatic Colors of #D669F6
Black with #D669F6
Text Example
Text Example
White with #D669F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669F6; }
p { color: rgb(214,105,246); }
H1.HeaderClassName
{
color: #D669F6;
}
.AnyTagClassName
{
color: #D669F6;
}
</style>
background-color css
<style>
a { background-color: #D669F6; }
a { background-color: rgb(214,105,246); }
div.DivClassName
{
background-color: #D669F6;
}
.BgClassName
{
background-color: #D669F6;
}
</style>
border-color css
<style>
span { border-color: #D669F6; }
span { border-color: rgb(214,105,246); }
td.TdClassName
{
border-color: #D669F6;
}
.TagClassName
{
border-color: #D669F6;
}
</style>