Shades of Heliotrope #D584FC
Tints of Heliotrope #D584FC
RGB
CMYK
RGB Variations
Color information
#D584FC (or 0xD584FC) is known color: Heliotrope. HEX triplet: D5, 84 and FC. RGB value is (213,132,252). Sum of RGB (Red+Green+Blue) = 213+132+252=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 132 (51.95% from 255 or 22.11% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #D584FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D584FC is #2A7B03. Grayscale: #A9A9A9. Windows color (decimal): -2784004 or 16549077. OLE color: 16549077.
HSL color Cylindrical-coordinate representation of color #D584FC: hue angle of 280.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D584FC is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 132 | 252 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.01 |
| HSL | 280.5º | 0.95% | 0.75% | - |
| HSV(B) | 280.5º | 0.48% | 0.99% | - |
| XYZ | 53.26 | 37.68 | 96.56 | - |
| YUV | 169.9 | 174.34 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 252 | 0.15 | 0.48 | 0 | 0.01 | 280.5 | 0.95 | 0.75 |
| Hex | D5 | 84 | FC | F | 30 | 0 | 1 | 118 | 5F | 4B |
| Octal | 325 | 204 | 374 | 17 | 60 | 0 | 1 | 430 | 137 | 113 |
| Binary | 11010101 | 10000100 | 11111100 | 1111 | 110000 | 0 | 1 | 100011000 | 1011111 | 1001011 |
Color Harmonies of #D584FC
Complementary color
Monochromatic Colors of #D584FC
Black with #D584FC
Text Example
Text Example
White with #D584FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584FC; }
p { color: rgb(213,132,252); }
H1.HeaderClassName
{
color: #D584FC;
}
.AnyTagClassName
{
color: #D584FC;
}
</style>
background-color css
<style>
a { background-color: #D584FC; }
a { background-color: rgb(213,132,252); }
div.DivClassName
{
background-color: #D584FC;
}
.BgClassName
{
background-color: #D584FC;
}
</style>
border-color css
<style>
span { border-color: #D584FC; }
span { border-color: rgb(213,132,252); }
td.TdClassName
{
border-color: #D584FC;
}
.TagClassName
{
border-color: #D584FC;
}
</style>