Shades of Heliotrope #D075F9
Tints of Heliotrope #D075F9
RGB
CMYK
RGB Variations
Color information
#D075F9 (or 0xD075F9) is known color: Heliotrope. HEX triplet: D0, 75 and F9. RGB value is (208,117,249). Sum of RGB (Red+Green+Blue) = 208+117+249=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 117 (46.09% from 255 or 20.38% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #D075F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D075F9 is #2F8A06. Grayscale: #9E9E9E. Windows color (decimal): -3115527 or 16348624. OLE color: 16348624.
HSL color Cylindrical-coordinate representation of color #D075F9: hue angle of 281.36º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D075F9 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 117 | 249 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.02 |
| HSL | 281.36º | 0.92% | 0.72% | - |
| HSV(B) | 281.36º | 0.53% | 0.98% | - |
| XYZ | 49.47 | 32.97 | 93.38 | - |
| YUV | 159.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 249 | 0.16 | 0.53 | 0 | 0.02 | 281.36 | 0.92 | 0.72 |
| Hex | D0 | 75 | F9 | 10 | 35 | 0 | 2 | 119 | 5C | 48 |
| Octal | 320 | 165 | 371 | 20 | 65 | 0 | 2 | 431 | 134 | 110 |
| Binary | 11010000 | 1110101 | 11111001 | 10000 | 110101 | 0 | 10 | 100011001 | 1011100 | 1001000 |
Color Harmonies of #D075F9
Complementary color
Monochromatic Colors of #D075F9
Black with #D075F9
Text Example
Text Example
White with #D075F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D075F9; }
p { color: rgb(208,117,249); }
H1.HeaderClassName
{
color: #D075F9;
}
.AnyTagClassName
{
color: #D075F9;
}
</style>
background-color css
<style>
a { background-color: #D075F9; }
a { background-color: rgb(208,117,249); }
div.DivClassName
{
background-color: #D075F9;
}
.BgClassName
{
background-color: #D075F9;
}
</style>
border-color css
<style>
span { border-color: #D075F9; }
span { border-color: rgb(208,117,249); }
td.TdClassName
{
border-color: #D075F9;
}
.TagClassName
{
border-color: #D075F9;
}
</style>