Shades of Heliotrope #D075F8
Tints of Heliotrope #D075F8
RGB
CMYK
RGB Variations
Color information
#D075F8 (or 0xD075F8) is known color: Heliotrope. HEX triplet: D0, 75 and F8. RGB value is (208,117,248). Sum of RGB (Red+Green+Blue) = 208+117+248=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #D075F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D075F8 is #2F8A07. Grayscale: #9E9E9E. Windows color (decimal): -3115528 or 16283088. OLE color: 16283088.
HSL color Cylindrical-coordinate representation of color #D075F8: hue angle of 281.68º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D075F8 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 117 | 248 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.03 |
| HSL | 281.68º | 0.9% | 0.72% | - |
| HSV(B) | 281.68º | 0.53% | 0.97% | - |
| XYZ | 49.32 | 32.91 | 92.56 | - |
| YUV | 159.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 248 | 0.16 | 0.53 | 0 | 0.03 | 281.68 | 0.9 | 0.72 |
| Hex | D0 | 75 | F8 | 10 | 35 | 0 | 3 | 11A | 5A | 48 |
| Octal | 320 | 165 | 370 | 20 | 65 | 0 | 3 | 432 | 132 | 110 |
| Binary | 11010000 | 1110101 | 11111000 | 10000 | 110101 | 0 | 11 | 100011010 | 1011010 | 1001000 |
Color Harmonies of #D075F8
Complementary color
Monochromatic Colors of #D075F8
Black with #D075F8
Text Example
Text Example
White with #D075F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D075F8; }
p { color: rgb(208,117,248); }
H1.HeaderClassName
{
color: #D075F8;
}
.AnyTagClassName
{
color: #D075F8;
}
</style>
background-color css
<style>
a { background-color: #D075F8; }
a { background-color: rgb(208,117,248); }
div.DivClassName
{
background-color: #D075F8;
}
.BgClassName
{
background-color: #D075F8;
}
</style>
border-color css
<style>
span { border-color: #D075F8; }
span { border-color: rgb(208,117,248); }
td.TdClassName
{
border-color: #D075F8;
}
.TagClassName
{
border-color: #D075F8;
}
</style>