Shades of Heliotrope #D075FE
Tints of Heliotrope #D075FE
RGB
CMYK
RGB Variations
Color information
#D075FE (or 0xD075FE) is known color: Heliotrope. HEX triplet: D0, 75 and FE. RGB value is (208,117,254). Sum of RGB (Red+Green+Blue) = 208+117+254=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 117 (46.09% from 255 or 20.21% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #D075FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D075FE is #2F8A01. Grayscale: #9F9F9F. Windows color (decimal): -3115522 or 16676304. OLE color: 16676304.
HSL color Cylindrical-coordinate representation of color #D075FE: hue angle of 279.85º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D075FE is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 117 | 254 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.00 |
| HSL | 279.85º | 0.99% | 0.73% | - |
| HSV(B) | 279.85º | 0.54% | 1% | - |
| XYZ | 50.26 | 33.29 | 97.54 | - |
| YUV | 159.83 | 181.15 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 254 | 0.18 | 0.54 | 0 | 0.00 | 279.85 | 0.99 | 0.73 |
| Hex | D0 | 75 | FE | 12 | 36 | 0 | 0 | 118 | 63 | 49 |
| Octal | 320 | 165 | 376 | 22 | 66 | 0 | 0 | 430 | 143 | 111 |
| Binary | 11010000 | 1110101 | 11111110 | 10010 | 110110 | 0 | 0 | 100011000 | 1100011 | 1001001 |
Color Harmonies of #D075FE
Complementary color
Monochromatic Colors of #D075FE
Black with #D075FE
Text Example
Text Example
White with #D075FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D075FE; }
p { color: rgb(208,117,254); }
H1.HeaderClassName
{
color: #D075FE;
}
.AnyTagClassName
{
color: #D075FE;
}
</style>
background-color css
<style>
a { background-color: #D075FE; }
a { background-color: rgb(208,117,254); }
div.DivClassName
{
background-color: #D075FE;
}
.BgClassName
{
background-color: #D075FE;
}
</style>
border-color css
<style>
span { border-color: #D075FE; }
span { border-color: rgb(208,117,254); }
td.TdClassName
{
border-color: #D075FE;
}
.TagClassName
{
border-color: #D075FE;
}
</style>