Shades of Heliotrope #D882F4
Tints of Heliotrope #D882F4
RGB
CMYK
RGB Variations
Color information
#D882F4 (or 0xD882F4) is known color: Heliotrope. HEX triplet: D8, 82 and F4. RGB value is (216,130,244). Sum of RGB (Red+Green+Blue) = 216+130+244=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 130 (51.17% from 255 or 22.03% from 590); Blue value is 244 (95.70% from 255 or 41.36% from 590); Max value from RGB is 244 - color contains mainly: blue. Hex color #D882F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D882F4 is #277D0B. Grayscale: #A8A8A8. Windows color (decimal): -2587916 or 16024280. OLE color: 16024280.
HSL color Cylindrical-coordinate representation of color #D882F4: hue angle of 285.26º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D882F4 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 130 | 244 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.04 |
| HSL | 285.26º | 0.84% | 0.73% | - |
| HSV(B) | 285.26º | 0.47% | 0.96% | - |
| XYZ | 52.63 | 37.1 | 89.97 | - |
| YUV | 168.71 | 170.49 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 244 | 0.11 | 0.47 | 0 | 0.04 | 285.26 | 0.84 | 0.73 |
| Hex | D8 | 82 | F4 | B | 2F | 0 | 4 | 11D | 54 | 49 |
| Octal | 330 | 202 | 364 | 13 | 57 | 0 | 4 | 435 | 124 | 111 |
| Binary | 11011000 | 10000010 | 11110100 | 1011 | 101111 | 0 | 100 | 100011101 | 1010100 | 1001001 |
Color Harmonies of #D882F4
Complementary color
Monochromatic Colors of #D882F4
Black with #D882F4
Text Example
Text Example
White with #D882F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D882F4; }
p { color: rgb(216,130,244); }
H1.HeaderClassName
{
color: #D882F4;
}
.AnyTagClassName
{
color: #D882F4;
}
</style>
background-color css
<style>
a { background-color: #D882F4; }
a { background-color: rgb(216,130,244); }
div.DivClassName
{
background-color: #D882F4;
}
.BgClassName
{
background-color: #D882F4;
}
</style>
border-color css
<style>
span { border-color: #D882F4; }
span { border-color: rgb(216,130,244); }
td.TdClassName
{
border-color: #D882F4;
}
.TagClassName
{
border-color: #D882F4;
}
</style>