Shades of Heliotrope #D264F7
Tints of Heliotrope #D264F7
RGB
CMYK
RGB Variations
Color information
#D264F7 (or 0xD264F7) is known color: Heliotrope. HEX triplet: D2, 64 and F7. RGB value is (210,100,247). Sum of RGB (Red+Green+Blue) = 210+100+247=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 100 (39.45% from 255 or 17.95% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #D264F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D264F7 is #2D9B08. Grayscale: #959595. Windows color (decimal): -2988809 or 16213202. OLE color: 16213202.
HSL color Cylindrical-coordinate representation of color #D264F7: hue angle of 284.9º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D264F7 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 100 | 247 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.03 |
| HSL | 284.9º | 0.9% | 0.68% | - |
| HSV(B) | 284.9º | 0.6% | 0.97% | - |
| XYZ | 47.92 | 29.53 | 91.17 | - |
| YUV | 149.65 | 182.94 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 247 | 0.15 | 0.60 | 0 | 0.03 | 284.9 | 0.9 | 0.68 |
| Hex | D2 | 64 | F7 | F | 3C | 0 | 3 | 11D | 5A | 44 |
| Octal | 322 | 144 | 367 | 17 | 74 | 0 | 3 | 435 | 132 | 104 |
| Binary | 11010010 | 1100100 | 11110111 | 1111 | 111100 | 0 | 11 | 100011101 | 1011010 | 1000100 |
Color Harmonies of #D264F7
Complementary color
Monochromatic Colors of #D264F7
Black with #D264F7
Text Example
Text Example
White with #D264F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D264F7; }
p { color: rgb(210,100,247); }
H1.HeaderClassName
{
color: #D264F7;
}
.AnyTagClassName
{
color: #D264F7;
}
</style>
background-color css
<style>
a { background-color: #D264F7; }
a { background-color: rgb(210,100,247); }
div.DivClassName
{
background-color: #D264F7;
}
.BgClassName
{
background-color: #D264F7;
}
</style>
border-color css
<style>
span { border-color: #D264F7; }
span { border-color: rgb(210,100,247); }
td.TdClassName
{
border-color: #D264F7;
}
.TagClassName
{
border-color: #D264F7;
}
</style>