Shades of Heliotrope #D075FD
Tints of Heliotrope #D075FD
RGB
CMYK
RGB Variations
Color information
#D075FD (or 0xD075FD) is known color: Heliotrope. HEX triplet: D0, 75 and FD. RGB value is (208,117,253). Sum of RGB (Red+Green+Blue) = 208+117+253=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 117 (46.09% from 255 or 20.24% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #D075FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D075FD is #2F8A02. Grayscale: #9F9F9F. Windows color (decimal): -3115523 or 16610768. OLE color: 16610768.
HSL color Cylindrical-coordinate representation of color #D075FD: hue angle of 280.15º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D075FD is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 117 | 253 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.01 |
| HSL | 280.15º | 0.97% | 0.73% | - |
| HSV(B) | 280.15º | 0.54% | 0.99% | - |
| XYZ | 50.1 | 33.22 | 96.7 | - |
| YUV | 159.71 | 180.65 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 253 | 0.18 | 0.54 | 0 | 0.01 | 280.15 | 0.97 | 0.73 |
| Hex | D0 | 75 | FD | 12 | 36 | 0 | 1 | 118 | 61 | 49 |
| Octal | 320 | 165 | 375 | 22 | 66 | 0 | 1 | 430 | 141 | 111 |
| Binary | 11010000 | 1110101 | 11111101 | 10010 | 110110 | 0 | 1 | 100011000 | 1100001 | 1001001 |
Color Harmonies of #D075FD
Complementary color
Monochromatic Colors of #D075FD
Black with #D075FD
Text Example
Text Example
White with #D075FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D075FD; }
p { color: rgb(208,117,253); }
H1.HeaderClassName
{
color: #D075FD;
}
.AnyTagClassName
{
color: #D075FD;
}
</style>
background-color css
<style>
a { background-color: #D075FD; }
a { background-color: rgb(208,117,253); }
div.DivClassName
{
background-color: #D075FD;
}
.BgClassName
{
background-color: #D075FD;
}
</style>
border-color css
<style>
span { border-color: #D075FD; }
span { border-color: rgb(208,117,253); }
td.TdClassName
{
border-color: #D075FD;
}
.TagClassName
{
border-color: #D075FD;
}
</style>