Shades of Heliotrope #D485FE
Tints of Heliotrope #D485FE
RGB
CMYK
RGB Variations
Color information
#D485FE (or 0xD485FE) is known color: Heliotrope. HEX triplet: D4, 85 and FE. RGB value is (212,133,254). Sum of RGB (Red+Green+Blue) = 212+133+254=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #D485FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D485FE is #2B7A01. Grayscale: #AAAAAA. Windows color (decimal): -2849282 or 16680404. OLE color: 16680404.
HSL color Cylindrical-coordinate representation of color #D485FE: hue angle of 279.17º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D485FE is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 133 | 254 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.00 |
| HSL | 279.17º | 0.98% | 0.76% | - |
| HSV(B) | 279.17º | 0.48% | 1% | - |
| XYZ | 53.43 | 37.93 | 98.27 | - |
| YUV | 170.42 | 175.17 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 133 | 254 | 0.17 | 0.48 | 0 | 0.00 | 279.17 | 0.98 | 0.76 |
| Hex | D4 | 85 | FE | 11 | 30 | 0 | 0 | 117 | 62 | 4C |
| Octal | 324 | 205 | 376 | 21 | 60 | 0 | 0 | 427 | 142 | 114 |
| Binary | 11010100 | 10000101 | 11111110 | 10001 | 110000 | 0 | 0 | 100010111 | 1100010 | 1001100 |
Color Harmonies of #D485FE
Complementary color
Monochromatic Colors of #D485FE
Black with #D485FE
Text Example
Text Example
White with #D485FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D485FE; }
p { color: rgb(212,133,254); }
H1.HeaderClassName
{
color: #D485FE;
}
.AnyTagClassName
{
color: #D485FE;
}
</style>
background-color css
<style>
a { background-color: #D485FE; }
a { background-color: rgb(212,133,254); }
div.DivClassName
{
background-color: #D485FE;
}
.BgClassName
{
background-color: #D485FE;
}
</style>
border-color css
<style>
span { border-color: #D485FE; }
span { border-color: rgb(212,133,254); }
td.TdClassName
{
border-color: #D485FE;
}
.TagClassName
{
border-color: #D485FE;
}
</style>