Shades of Heliotrope #D264F6
Tints of Heliotrope #D264F6
RGB
CMYK
RGB Variations
Color information
#D264F6 (or 0xD264F6) is known color: Heliotrope. HEX triplet: D2, 64 and F6. RGB value is (210,100,246). Sum of RGB (Red+Green+Blue) = 210+100+246=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 100 (39.45% from 255 or 17.99% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #D264F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D264F6 is #2D9B09. Grayscale: #959595. Windows color (decimal): -2988810 or 16147666. OLE color: 16147666.
HSL color Cylindrical-coordinate representation of color #D264F6: hue angle of 285.21º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D264F6 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 100 | 246 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.04 |
| HSL | 285.21º | 0.89% | 0.68% | - |
| HSV(B) | 285.21º | 0.59% | 0.96% | - |
| XYZ | 47.77 | 29.47 | 90.36 | - |
| YUV | 149.53 | 182.44 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 246 | 0.15 | 0.59 | 0 | 0.04 | 285.21 | 0.89 | 0.68 |
| Hex | D2 | 64 | F6 | F | 3B | 0 | 4 | 11D | 59 | 44 |
| Octal | 322 | 144 | 366 | 17 | 73 | 0 | 4 | 435 | 131 | 104 |
| Binary | 11010010 | 1100100 | 11110110 | 1111 | 111011 | 0 | 100 | 100011101 | 1011001 | 1000100 |
Color Harmonies of #D264F6
Complementary color
Monochromatic Colors of #D264F6
Black with #D264F6
Text Example
Text Example
White with #D264F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D264F6; }
p { color: rgb(210,100,246); }
H1.HeaderClassName
{
color: #D264F6;
}
.AnyTagClassName
{
color: #D264F6;
}
</style>
background-color css
<style>
a { background-color: #D264F6; }
a { background-color: rgb(210,100,246); }
div.DivClassName
{
background-color: #D264F6;
}
.BgClassName
{
background-color: #D264F6;
}
</style>
border-color css
<style>
span { border-color: #D264F6; }
span { border-color: rgb(210,100,246); }
td.TdClassName
{
border-color: #D264F6;
}
.TagClassName
{
border-color: #D264F6;
}
</style>