Shades of Heliotrope #D083F8
Tints of Heliotrope #D083F8
RGB
CMYK
RGB Variations
Color information
#D083F8 (or 0xD083F8) is known color: Heliotrope. HEX triplet: D0, 83 and F8. RGB value is (208,131,248). Sum of RGB (Red+Green+Blue) = 208+131+248=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 131 (51.56% from 255 or 22.32% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #D083F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D083F8 is #2F7C07. Grayscale: #A6A6A6. Windows color (decimal): -3111944 or 16286672. OLE color: 16286672.
HSL color Cylindrical-coordinate representation of color #D083F8: hue angle of 279.49º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D083F8 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 131 | 248 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.03 |
| HSL | 279.49º | 0.89% | 0.74% | - |
| HSV(B) | 279.49º | 0.47% | 0.97% | - |
| XYZ | 51.07 | 36.42 | 93.14 | - |
| YUV | 167.36 | 173.51 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 248 | 0.16 | 0.47 | 0 | 0.03 | 279.49 | 0.89 | 0.74 |
| Hex | D0 | 83 | F8 | 10 | 2F | 0 | 3 | 117 | 59 | 4A |
| Octal | 320 | 203 | 370 | 20 | 57 | 0 | 3 | 427 | 131 | 112 |
| Binary | 11010000 | 10000011 | 11111000 | 10000 | 101111 | 0 | 11 | 100010111 | 1011001 | 1001010 |
Color Harmonies of #D083F8
Complementary color
Monochromatic Colors of #D083F8
Black with #D083F8
Text Example
Text Example
White with #D083F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D083F8; }
p { color: rgb(208,131,248); }
H1.HeaderClassName
{
color: #D083F8;
}
.AnyTagClassName
{
color: #D083F8;
}
</style>
background-color css
<style>
a { background-color: #D083F8; }
a { background-color: rgb(208,131,248); }
div.DivClassName
{
background-color: #D083F8;
}
.BgClassName
{
background-color: #D083F8;
}
</style>
border-color css
<style>
span { border-color: #D083F8; }
span { border-color: rgb(208,131,248); }
td.TdClassName
{
border-color: #D083F8;
}
.TagClassName
{
border-color: #D083F8;
}
</style>