Shades of Heliotrope #D482FB
Tints of Heliotrope #D482FB
RGB
CMYK
RGB Variations
Color information
#D482FB (or 0xD482FB) is known color: Heliotrope. HEX triplet: D4, 82 and FB. RGB value is (212,130,251). Sum of RGB (Red+Green+Blue) = 212+130+251=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #D482FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D482FB is #2B7D04. Grayscale: #A7A7A7. Windows color (decimal): -2850053 or 16483028. OLE color: 16483028.
HSL color Cylindrical-coordinate representation of color #D482FB: hue angle of 280.66º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D482FB is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 130 | 251 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.02 |
| HSL | 280.66º | 0.94% | 0.75% | - |
| HSV(B) | 280.66º | 0.48% | 0.98% | - |
| XYZ | 52.55 | 36.93 | 95.62 | - |
| YUV | 168.31 | 174.67 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 251 | 0.16 | 0.48 | 0 | 0.02 | 280.66 | 0.94 | 0.75 |
| Hex | D4 | 82 | FB | 10 | 30 | 0 | 2 | 119 | 5E | 4B |
| Octal | 324 | 202 | 373 | 20 | 60 | 0 | 2 | 431 | 136 | 113 |
| Binary | 11010100 | 10000010 | 11111011 | 10000 | 110000 | 0 | 10 | 100011001 | 1011110 | 1001011 |
Color Harmonies of #D482FB
Complementary color
Monochromatic Colors of #D482FB
Black with #D482FB
Text Example
Text Example
White with #D482FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D482FB; }
p { color: rgb(212,130,251); }
H1.HeaderClassName
{
color: #D482FB;
}
.AnyTagClassName
{
color: #D482FB;
}
</style>
background-color css
<style>
a { background-color: #D482FB; }
a { background-color: rgb(212,130,251); }
div.DivClassName
{
background-color: #D482FB;
}
.BgClassName
{
background-color: #D482FB;
}
</style>
border-color css
<style>
span { border-color: #D482FB; }
span { border-color: rgb(212,130,251); }
td.TdClassName
{
border-color: #D482FB;
}
.TagClassName
{
border-color: #D482FB;
}
</style>