Shades of Heliotrope #D264F0
Tints of Heliotrope #D264F0
RGB
CMYK
RGB Variations
Color information
#D264F0 (or 0xD264F0) is known color: Heliotrope. HEX triplet: D2, 64 and F0. RGB value is (210,100,240). Sum of RGB (Red+Green+Blue) = 210+100+240=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 100 (39.45% from 255 or 18.18% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #D264F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D264F0 is #2D9B0F. Grayscale: #949494. Windows color (decimal): -2988816 or 15754450. OLE color: 15754450.
HSL color Cylindrical-coordinate representation of color #D264F0: hue angle of 287.14º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D264F0 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 100 | 240 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.06 |
| HSL | 287.14º | 0.82% | 0.67% | - |
| HSV(B) | 287.14º | 0.58% | 0.94% | - |
| XYZ | 46.86 | 29.11 | 85.59 | - |
| YUV | 148.85 | 179.44 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 240 | 0.12 | 0.58 | 0 | 0.06 | 287.14 | 0.82 | 0.67 |
| Hex | D2 | 64 | F0 | C | 3A | 0 | 6 | 11F | 52 | 43 |
| Octal | 322 | 144 | 360 | 14 | 72 | 0 | 6 | 437 | 122 | 103 |
| Binary | 11010010 | 1100100 | 11110000 | 1100 | 111010 | 0 | 110 | 100011111 | 1010010 | 1000011 |
Color Harmonies of #D264F0
Complementary color
Monochromatic Colors of #D264F0
Black with #D264F0
Text Example
Text Example
White with #D264F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D264F0; }
p { color: rgb(210,100,240); }
H1.HeaderClassName
{
color: #D264F0;
}
.AnyTagClassName
{
color: #D264F0;
}
</style>
background-color css
<style>
a { background-color: #D264F0; }
a { background-color: rgb(210,100,240); }
div.DivClassName
{
background-color: #D264F0;
}
.BgClassName
{
background-color: #D264F0;
}
</style>
border-color css
<style>
span { border-color: #D264F0; }
span { border-color: rgb(210,100,240); }
td.TdClassName
{
border-color: #D264F0;
}
.TagClassName
{
border-color: #D264F0;
}
</style>