Shades of Heliotrope #D484FF
Tints of Heliotrope #D484FF
RGB
CMYK
RGB Variations
Color information
#D484FF (or 0xD484FF) is known color: Heliotrope. HEX triplet: D4, 84 and FF. RGB value is (212,132,255). Sum of RGB (Red+Green+Blue) = 212+132+255=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 132 (51.95% from 255 or 22.04% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #D484FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D484FF is #2B7B00. Grayscale: #A9A9A9. Windows color (decimal): -2849537 or 16745684. OLE color: 16745684.
HSL color Cylindrical-coordinate representation of color #D484FF: hue angle of 279.02º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D484FF is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 132 | 255 | - |
| CMYK | 0.17 | 0.48 | 0 | 0 |
| HSL | 279.02º | 1% | 0.76% | - |
| HSV(B) | 279.02º | 0.48% | 1% | - |
| XYZ | 53.45 | 37.72 | 99.07 | - |
| YUV | 169.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 255 | 0.17 | 0.48 | 0 | 0 | 279.02 | 1 | 0.76 |
| Hex | D4 | 84 | FF | 11 | 30 | 0 | 0 | 117 | 64 | 4C |
| Octal | 324 | 204 | 377 | 21 | 60 | 0 | 0 | 427 | 144 | 114 |
| Binary | 11010100 | 10000100 | 11111111 | 10001 | 110000 | 0 | 0 | 100010111 | 1100100 | 1001100 |
Color Harmonies of #D484FF
Complementary color
Monochromatic Colors of #D484FF
Black with #D484FF
Text Example
Text Example
White with #D484FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D484FF; }
p { color: rgb(212,132,255); }
H1.HeaderClassName
{
color: #D484FF;
}
.AnyTagClassName
{
color: #D484FF;
}
</style>
background-color css
<style>
a { background-color: #D484FF; }
a { background-color: rgb(212,132,255); }
div.DivClassName
{
background-color: #D484FF;
}
.BgClassName
{
background-color: #D484FF;
}
</style>
border-color css
<style>
span { border-color: #D484FF; }
span { border-color: rgb(212,132,255); }
td.TdClassName
{
border-color: #D484FF;
}
.TagClassName
{
border-color: #D484FF;
}
</style>