Shades of Heliotrope #D063FC
Tints of Heliotrope #D063FC
RGB
CMYK
RGB Variations
Color information
#D063FC (or 0xD063FC) is known color: Heliotrope. HEX triplet: D0, 63 and FC. RGB value is (208,99,252). Sum of RGB (Red+Green+Blue) = 208+99+252=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 99 (39.06% from 255 or 17.71% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #D063FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D063FC is #2F9C03. Grayscale: #949494. Windows color (decimal): -3120132 or 16540624. OLE color: 16540624.
HSL color Cylindrical-coordinate representation of color #D063FC: hue angle of 282.75º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D063FC is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 99 | 252 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.01 |
| HSL | 282.75º | 0.96% | 0.69% | - |
| HSV(B) | 282.75º | 0.61% | 0.99% | - |
| XYZ | 48.04 | 29.36 | 95.23 | - |
| YUV | 149.03 | 186.11 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 252 | 0.17 | 0.61 | 0 | 0.01 | 282.75 | 0.96 | 0.69 |
| Hex | D0 | 63 | FC | 11 | 3D | 0 | 1 | 11B | 60 | 45 |
| Octal | 320 | 143 | 374 | 21 | 75 | 0 | 1 | 433 | 140 | 105 |
| Binary | 11010000 | 1100011 | 11111100 | 10001 | 111101 | 0 | 1 | 100011011 | 1100000 | 1000101 |
Color Harmonies of #D063FC
Complementary color
Monochromatic Colors of #D063FC
Black with #D063FC
Text Example
Text Example
White with #D063FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063FC; }
p { color: rgb(208,99,252); }
H1.HeaderClassName
{
color: #D063FC;
}
.AnyTagClassName
{
color: #D063FC;
}
</style>
background-color css
<style>
a { background-color: #D063FC; }
a { background-color: rgb(208,99,252); }
div.DivClassName
{
background-color: #D063FC;
}
.BgClassName
{
background-color: #D063FC;
}
</style>
border-color css
<style>
span { border-color: #D063FC; }
span { border-color: rgb(208,99,252); }
td.TdClassName
{
border-color: #D063FC;
}
.TagClassName
{
border-color: #D063FC;
}
</style>