Shades of Heliotrope #D584F2
Tints of Heliotrope #D584F2
RGB
CMYK
RGB Variations
Color information
#D584F2 (or 0xD584F2) is known color: Heliotrope. HEX triplet: D5, 84 and F2. RGB value is (213,132,242). Sum of RGB (Red+Green+Blue) = 213+132+242=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 132 (51.95% from 255 or 22.49% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #D584F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D584F2 is #2A7B0D. Grayscale: #A8A8A8. Windows color (decimal): -2784014 or 15893717. OLE color: 15893717.
HSL color Cylindrical-coordinate representation of color #D584F2: hue angle of 284.18º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D584F2 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 132 | 242 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.05 |
| HSL | 284.18º | 0.81% | 0.73% | - |
| HSV(B) | 284.18º | 0.45% | 0.95% | - |
| XYZ | 51.72 | 37.06 | 88.43 | - |
| YUV | 168.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 242 | 0.12 | 0.45 | 0 | 0.05 | 284.18 | 0.81 | 0.73 |
| Hex | D5 | 84 | F2 | C | 2D | 0 | 5 | 11C | 51 | 49 |
| Octal | 325 | 204 | 362 | 14 | 55 | 0 | 5 | 434 | 121 | 111 |
| Binary | 11010101 | 10000100 | 11110010 | 1100 | 101101 | 0 | 101 | 100011100 | 1010001 | 1001001 |
Color Harmonies of #D584F2
Complementary color
Monochromatic Colors of #D584F2
Black with #D584F2
Text Example
Text Example
White with #D584F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584F2; }
p { color: rgb(213,132,242); }
H1.HeaderClassName
{
color: #D584F2;
}
.AnyTagClassName
{
color: #D584F2;
}
</style>
background-color css
<style>
a { background-color: #D584F2; }
a { background-color: rgb(213,132,242); }
div.DivClassName
{
background-color: #D584F2;
}
.BgClassName
{
background-color: #D584F2;
}
</style>
border-color css
<style>
span { border-color: #D584F2; }
span { border-color: rgb(213,132,242); }
td.TdClassName
{
border-color: #D584F2;
}
.TagClassName
{
border-color: #D584F2;
}
</style>