Shades of Heliotrope #D264F3
Tints of Heliotrope #D264F3
RGB
CMYK
RGB Variations
Color information
#D264F3 (or 0xD264F3) is known color: Heliotrope. HEX triplet: D2, 64 and F3. RGB value is (210,100,243). Sum of RGB (Red+Green+Blue) = 210+100+243=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #D264F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D264F3 is #2D9B0C. Grayscale: #949494. Windows color (decimal): -2988813 or 15951058. OLE color: 15951058.
HSL color Cylindrical-coordinate representation of color #D264F3: hue angle of 286.15º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D264F3 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 100 | 243 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.05 |
| HSL | 286.15º | 0.86% | 0.67% | - |
| HSV(B) | 286.15º | 0.59% | 0.95% | - |
| XYZ | 47.31 | 29.29 | 87.95 | - |
| YUV | 149.19 | 180.94 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 243 | 0.14 | 0.59 | 0 | 0.05 | 286.15 | 0.86 | 0.67 |
| Hex | D2 | 64 | F3 | E | 3B | 0 | 5 | 11E | 56 | 43 |
| Octal | 322 | 144 | 363 | 16 | 73 | 0 | 5 | 436 | 126 | 103 |
| Binary | 11010010 | 1100100 | 11110011 | 1110 | 111011 | 0 | 101 | 100011110 | 1010110 | 1000011 |
Color Harmonies of #D264F3
Complementary color
Monochromatic Colors of #D264F3
Black with #D264F3
Text Example
Text Example
White with #D264F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D264F3; }
p { color: rgb(210,100,243); }
H1.HeaderClassName
{
color: #D264F3;
}
.AnyTagClassName
{
color: #D264F3;
}
</style>
background-color css
<style>
a { background-color: #D264F3; }
a { background-color: rgb(210,100,243); }
div.DivClassName
{
background-color: #D264F3;
}
.BgClassName
{
background-color: #D264F3;
}
</style>
border-color css
<style>
span { border-color: #D264F3; }
span { border-color: rgb(210,100,243); }
td.TdClassName
{
border-color: #D264F3;
}
.TagClassName
{
border-color: #D264F3;
}
</style>