Shades of Heliotrope #D585F3
Tints of Heliotrope #D585F3
RGB
CMYK
RGB Variations
Color information
#D585F3 (or 0xD585F3) is known color: Heliotrope. HEX triplet: D5, 85 and F3. RGB value is (213,133,243). Sum of RGB (Red+Green+Blue) = 213+133+243=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 243 - color contains mainly: blue. Hex color #D585F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D585F3 is #2A7A0C. Grayscale: #A9A9A9. Windows color (decimal): -2783757 or 15959509. OLE color: 15959509.
HSL color Cylindrical-coordinate representation of color #D585F3: hue angle of 283.64º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D585F3 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 133 | 243 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.05 |
| HSL | 283.64º | 0.82% | 0.74% | - |
| HSV(B) | 283.64º | 0.45% | 0.95% | - |
| XYZ | 52.01 | 37.39 | 89.27 | - |
| YUV | 169.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 243 | 0.12 | 0.45 | 0 | 0.05 | 283.64 | 0.82 | 0.74 |
| Hex | D5 | 85 | F3 | C | 2D | 0 | 5 | 11C | 52 | 4A |
| Octal | 325 | 205 | 363 | 14 | 55 | 0 | 5 | 434 | 122 | 112 |
| Binary | 11010101 | 10000101 | 11110011 | 1100 | 101101 | 0 | 101 | 100011100 | 1010010 | 1001010 |
Color Harmonies of #D585F3
Complementary color
Monochromatic Colors of #D585F3
Black with #D585F3
Text Example
Text Example
White with #D585F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585F3; }
p { color: rgb(213,133,243); }
H1.HeaderClassName
{
color: #D585F3;
}
.AnyTagClassName
{
color: #D585F3;
}
</style>
background-color css
<style>
a { background-color: #D585F3; }
a { background-color: rgb(213,133,243); }
div.DivClassName
{
background-color: #D585F3;
}
.BgClassName
{
background-color: #D585F3;
}
</style>
border-color css
<style>
span { border-color: #D585F3; }
span { border-color: rgb(213,133,243); }
td.TdClassName
{
border-color: #D585F3;
}
.TagClassName
{
border-color: #D585F3;
}
</style>