Shades of Heliotrope #D485FC
Tints of Heliotrope #D485FC
RGB
CMYK
RGB Variations
Color information
#D485FC (or 0xD485FC) is known color: Heliotrope. HEX triplet: D4, 85 and FC. RGB value is (212,133,252). Sum of RGB (Red+Green+Blue) = 212+133+252=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 133 (52.34% from 255 or 22.28% 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 #D485FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D485FC is #2B7A03. Grayscale: #A9A9A9. Windows color (decimal): -2849284 or 16549332. OLE color: 16549332.
HSL color Cylindrical-coordinate representation of color #D485FC: hue angle of 279.83º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D485FC is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 133 | 252 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.01 |
| HSL | 279.83º | 0.95% | 0.75% | - |
| HSV(B) | 279.83º | 0.47% | 0.99% | - |
| XYZ | 53.11 | 37.8 | 96.59 | - |
| YUV | 170.19 | 174.17 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 133 | 252 | 0.16 | 0.47 | 0 | 0.01 | 279.83 | 0.95 | 0.75 |
| Hex | D4 | 85 | FC | 10 | 2F | 0 | 1 | 118 | 5F | 4B |
| Octal | 324 | 205 | 374 | 20 | 57 | 0 | 1 | 430 | 137 | 113 |
| Binary | 11010100 | 10000101 | 11111100 | 10000 | 101111 | 0 | 1 | 100011000 | 1011111 | 1001011 |
Color Harmonies of #D485FC
Complementary color
Monochromatic Colors of #D485FC
Black with #D485FC
Text Example
Text Example
White with #D485FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D485FC; }
p { color: rgb(212,133,252); }
H1.HeaderClassName
{
color: #D485FC;
}
.AnyTagClassName
{
color: #D485FC;
}
</style>
background-color css
<style>
a { background-color: #D485FC; }
a { background-color: rgb(212,133,252); }
div.DivClassName
{
background-color: #D485FC;
}
.BgClassName
{
background-color: #D485FC;
}
</style>
border-color css
<style>
span { border-color: #D485FC; }
span { border-color: rgb(212,133,252); }
td.TdClassName
{
border-color: #D485FC;
}
.TagClassName
{
border-color: #D485FC;
}
</style>