Shades of Heliotrope #D063FF
Tints of Heliotrope #D063FF
RGB
CMYK
RGB Variations
Color information
#D063FF (or 0xD063FF) is known color: Heliotrope. HEX triplet: D0, 63 and FF. RGB value is (208,99,255). Sum of RGB (Red+Green+Blue) = 208+99+255=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 99 (39.06% from 255 or 17.62% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #D063FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D063FF is #2F9C00. Grayscale: #949494. Windows color (decimal): -3120129 or 16737232. OLE color: 16737232.
HSL color Cylindrical-coordinate representation of color #D063FF: hue angle of 281.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D063FF is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 99 | 255 | - |
| CMYK | 0.18 | 0.61 | 0 | 0 |
| HSL | 281.92º | 1% | 0.69% | - |
| HSV(B) | 281.92º | 0.61% | 1% | - |
| XYZ | 48.52 | 29.55 | 97.75 | - |
| YUV | 149.38 | 187.61 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 255 | 0.18 | 0.61 | 0 | 0 | 281.92 | 1 | 0.69 |
| Hex | D0 | 63 | FF | 12 | 3D | 0 | 0 | 11A | 64 | 45 |
| Octal | 320 | 143 | 377 | 22 | 75 | 0 | 0 | 432 | 144 | 105 |
| Binary | 11010000 | 1100011 | 11111111 | 10010 | 111101 | 0 | 0 | 100011010 | 1100100 | 1000101 |
Color Harmonies of #D063FF
Complementary color
Monochromatic Colors of #D063FF
Black with #D063FF
Text Example
Text Example
White with #D063FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063FF; }
p { color: rgb(208,99,255); }
H1.HeaderClassName
{
color: #D063FF;
}
.AnyTagClassName
{
color: #D063FF;
}
</style>
background-color css
<style>
a { background-color: #D063FF; }
a { background-color: rgb(208,99,255); }
div.DivClassName
{
background-color: #D063FF;
}
.BgClassName
{
background-color: #D063FF;
}
</style>
border-color css
<style>
span { border-color: #D063FF; }
span { border-color: rgb(208,99,255); }
td.TdClassName
{
border-color: #D063FF;
}
.TagClassName
{
border-color: #D063FF;
}
</style>