Shades of Heliotrope #D880F8
Tints of Heliotrope #D880F8
RGB
CMYK
RGB Variations
Color information
#D880F8 (or 0xD880F8) is known color: Heliotrope. HEX triplet: D8, 80 and F8. RGB value is (216,128,248). Sum of RGB (Red+Green+Blue) = 216+128+248=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 128 (50.39% from 255 or 21.62% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 248 - color contains mainly: blue. Hex color #D880F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D880F8 is #277F07. Grayscale: #A7A7A7. Windows color (decimal): -2588424 or 16285912. OLE color: 16285912.
HSL color Cylindrical-coordinate representation of color #D880F8: hue angle of 284º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D880F8 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 128 | 248 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.03 |
| HSL | 284º | 0.9% | 0.74% | - |
| HSV(B) | 284º | 0.48% | 0.97% | - |
| XYZ | 52.98 | 36.81 | 93.12 | - |
| YUV | 167.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 248 | 0.13 | 0.48 | 0 | 0.03 | 284 | 0.9 | 0.74 |
| Hex | D8 | 80 | F8 | D | 30 | 0 | 3 | 11C | 5A | 4A |
| Octal | 330 | 200 | 370 | 15 | 60 | 0 | 3 | 434 | 132 | 112 |
| Binary | 11011000 | 10000000 | 11111000 | 1101 | 110000 | 0 | 11 | 100011100 | 1011010 | 1001010 |
Color Harmonies of #D880F8
Complementary color
Monochromatic Colors of #D880F8
Black with #D880F8
Text Example
Text Example
White with #D880F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D880F8; }
p { color: rgb(216,128,248); }
H1.HeaderClassName
{
color: #D880F8;
}
.AnyTagClassName
{
color: #D880F8;
}
</style>
background-color css
<style>
a { background-color: #D880F8; }
a { background-color: rgb(216,128,248); }
div.DivClassName
{
background-color: #D880F8;
}
.BgClassName
{
background-color: #D880F8;
}
</style>
border-color css
<style>
span { border-color: #D880F8; }
span { border-color: rgb(216,128,248); }
td.TdClassName
{
border-color: #D880F8;
}
.TagClassName
{
border-color: #D880F8;
}
</style>