Shades of Heliotrope #D083FF
Tints of Heliotrope #D083FF
RGB
CMYK
RGB Variations
Color information
#D083FF (or 0xD083FF) is known color: Heliotrope. HEX triplet: D0, 83 and FF. RGB value is (208,131,255). Sum of RGB (Red+Green+Blue) = 208+131+255=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 131 (51.56% from 255 or 22.05% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #D083FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D083FF is #2F7C00. Grayscale: #A7A7A7. Windows color (decimal): -3111937 or 16745424. OLE color: 16745424.
HSL color Cylindrical-coordinate representation of color #D083FF: hue angle of 277.26º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D083FF is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 131 | 255 | - |
| CMYK | 0.18 | 0.49 | 0 | 0 |
| HSL | 277.26º | 1% | 0.76% | - |
| HSV(B) | 277.26º | 0.49% | 1% | - |
| XYZ | 52.18 | 36.86 | 98.97 | - |
| YUV | 168.16 | 177.01 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 255 | 0.18 | 0.49 | 0 | 0 | 277.26 | 1 | 0.76 |
| Hex | D0 | 83 | FF | 12 | 31 | 0 | 0 | 115 | 64 | 4C |
| Octal | 320 | 203 | 377 | 22 | 61 | 0 | 0 | 425 | 144 | 114 |
| Binary | 11010000 | 10000011 | 11111111 | 10010 | 110001 | 0 | 0 | 100010101 | 1100100 | 1001100 |
Color Harmonies of #D083FF
Complementary color
Monochromatic Colors of #D083FF
Black with #D083FF
Text Example
Text Example
White with #D083FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D083FF; }
p { color: rgb(208,131,255); }
H1.HeaderClassName
{
color: #D083FF;
}
.AnyTagClassName
{
color: #D083FF;
}
</style>
background-color css
<style>
a { background-color: #D083FF; }
a { background-color: rgb(208,131,255); }
div.DivClassName
{
background-color: #D083FF;
}
.BgClassName
{
background-color: #D083FF;
}
</style>
border-color css
<style>
span { border-color: #D083FF; }
span { border-color: rgb(208,131,255); }
td.TdClassName
{
border-color: #D083FF;
}
.TagClassName
{
border-color: #D083FF;
}
</style>