Shades of Heliotrope #D354F2
Tints of Heliotrope #D354F2
RGB
CMYK
RGB Variations
Color information
#D354F2 (or 0xD354F2) is known color: Heliotrope. HEX triplet: D3, 54 and F2. RGB value is (211,84,242). Sum of RGB (Red+Green+Blue) = 211+84+242=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 84 (33.20% from 255 or 15.64% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #D354F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D354F2 is #2CAB0D. Grayscale: #8B8B8B. Windows color (decimal): -2927374 or 15881427. OLE color: 15881427.
HSL color Cylindrical-coordinate representation of color #D354F2: hue angle of 288.23º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D354F2 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 84 | 242 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.05 |
| HSL | 288.23º | 0.86% | 0.64% | - |
| HSV(B) | 288.23º | 0.65% | 0.95% | - |
| XYZ | 46.06 | 26.6 | 86.71 | - |
| YUV | 139.99 | 185.58 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 84 | 242 | 0.13 | 0.65 | 0 | 0.05 | 288.23 | 0.86 | 0.64 |
| Hex | D3 | 54 | F2 | D | 41 | 0 | 5 | 120 | 56 | 40 |
| Octal | 323 | 124 | 362 | 15 | 101 | 0 | 5 | 440 | 126 | 100 |
| Binary | 11010011 | 1010100 | 11110010 | 1101 | 1000001 | 0 | 101 | 100100000 | 1010110 | 1000000 |
Color Harmonies of #D354F2
Complementary color
Monochromatic Colors of #D354F2
Black with #D354F2
Text Example
Text Example
White with #D354F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D354F2; }
p { color: rgb(211,84,242); }
H1.HeaderClassName
{
color: #D354F2;
}
.AnyTagClassName
{
color: #D354F2;
}
</style>
background-color css
<style>
a { background-color: #D354F2; }
a { background-color: rgb(211,84,242); }
div.DivClassName
{
background-color: #D354F2;
}
.BgClassName
{
background-color: #D354F2;
}
</style>
border-color css
<style>
span { border-color: #D354F2; }
span { border-color: rgb(211,84,242); }
td.TdClassName
{
border-color: #D354F2;
}
.TagClassName
{
border-color: #D354F2;
}
</style>