Shades of Heliotrope #D065FD
Tints of Heliotrope #D065FD
RGB
CMYK
RGB Variations
Color information
#D065FD (or 0xD065FD) is known color: Heliotrope. HEX triplet: D0, 65 and FD. RGB value is (208,101,253). Sum of RGB (Red+Green+Blue) = 208+101+253=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 101 (39.84% from 255 or 17.97% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #D065FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D065FD is #2F9A02. Grayscale: #959595. Windows color (decimal): -3119619 or 16606672. OLE color: 16606672.
HSL color Cylindrical-coordinate representation of color #D065FD: hue angle of 282.24º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D065FD is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 101 | 253 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.01 |
| HSL | 282.24º | 0.97% | 0.69% | - |
| HSV(B) | 282.24º | 0.6% | 0.99% | - |
| XYZ | 48.4 | 29.81 | 96.13 | - |
| YUV | 150.32 | 185.95 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 253 | 0.18 | 0.60 | 0 | 0.01 | 282.24 | 0.97 | 0.69 |
| Hex | D0 | 65 | FD | 12 | 3C | 0 | 1 | 11A | 61 | 45 |
| Octal | 320 | 145 | 375 | 22 | 74 | 0 | 1 | 432 | 141 | 105 |
| Binary | 11010000 | 1100101 | 11111101 | 10010 | 111100 | 0 | 1 | 100011010 | 1100001 | 1000101 |
Color Harmonies of #D065FD
Complementary color
Monochromatic Colors of #D065FD
Black with #D065FD
Text Example
Text Example
White with #D065FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065FD; }
p { color: rgb(208,101,253); }
H1.HeaderClassName
{
color: #D065FD;
}
.AnyTagClassName
{
color: #D065FD;
}
</style>
background-color css
<style>
a { background-color: #D065FD; }
a { background-color: rgb(208,101,253); }
div.DivClassName
{
background-color: #D065FD;
}
.BgClassName
{
background-color: #D065FD;
}
</style>
border-color css
<style>
span { border-color: #D065FD; }
span { border-color: rgb(208,101,253); }
td.TdClassName
{
border-color: #D065FD;
}
.TagClassName
{
border-color: #D065FD;
}
</style>