Shades of Heliotrope #D483FE
Tints of Heliotrope #D483FE
RGB
CMYK
RGB Variations
Color information
#D483FE (or 0xD483FE) is known color: Heliotrope. HEX triplet: D4, 83 and FE. RGB value is (212,131,254). Sum of RGB (Red+Green+Blue) = 212+131+254=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 131 (51.56% from 255 or 21.94% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #D483FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D483FE is #2B7C01. Grayscale: #A8A8A8. Windows color (decimal): -2849794 or 16679892. OLE color: 16679892.
HSL color Cylindrical-coordinate representation of color #D483FE: hue angle of 279.51º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D483FE is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 131 | 254 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.00 |
| HSL | 279.51º | 0.98% | 0.75% | - |
| HSV(B) | 279.51º | 0.48% | 1% | - |
| XYZ | 53.16 | 37.39 | 98.18 | - |
| YUV | 169.24 | 175.84 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 254 | 0.17 | 0.48 | 0 | 0.00 | 279.51 | 0.98 | 0.75 |
| Hex | D4 | 83 | FE | 11 | 30 | 0 | 0 | 118 | 62 | 4B |
| Octal | 324 | 203 | 376 | 21 | 60 | 0 | 0 | 430 | 142 | 113 |
| Binary | 11010100 | 10000011 | 11111110 | 10001 | 110000 | 0 | 0 | 100011000 | 1100010 | 1001011 |
Color Harmonies of #D483FE
Complementary color
Monochromatic Colors of #D483FE
Black with #D483FE
Text Example
Text Example
White with #D483FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D483FE; }
p { color: rgb(212,131,254); }
H1.HeaderClassName
{
color: #D483FE;
}
.AnyTagClassName
{
color: #D483FE;
}
</style>
background-color css
<style>
a { background-color: #D483FE; }
a { background-color: rgb(212,131,254); }
div.DivClassName
{
background-color: #D483FE;
}
.BgClassName
{
background-color: #D483FE;
}
</style>
border-color css
<style>
span { border-color: #D483FE; }
span { border-color: rgb(212,131,254); }
td.TdClassName
{
border-color: #D483FE;
}
.TagClassName
{
border-color: #D483FE;
}
</style>