Shades of Heliotrope #D043FF
Tints of Heliotrope #D043FF
RGB
CMYK
RGB Variations
Color information
#D043FF (or 0xD043FF) is known color: Heliotrope. HEX triplet: D0, 43 and FF. RGB value is (208,67,255). Sum of RGB (Red+Green+Blue) = 208+67+255=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 67 (26.56% from 255 or 12.64% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #D043FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D043FF is #2FBC00. Grayscale: #818181. Windows color (decimal): -3128321 or 16729040. OLE color: 16729040.
HSL color Cylindrical-coordinate representation of color #D043FF: hue angle of 285º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D043FF is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 67 | 255 | - |
| CMYK | 0.18 | 0.74 | 0 | 0 |
| HSL | 285º | 1% | 0.63% | - |
| HSV(B) | 285º | 0.74% | 1% | - |
| XYZ | 46.07 | 24.64 | 96.94 | - |
| YUV | 130.59 | 198.21 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 255 | 0.18 | 0.74 | 0 | 0 | 285 | 1 | 0.63 |
| Hex | D0 | 43 | FF | 12 | 4A | 0 | 0 | 11D | 64 | 3F |
| Octal | 320 | 103 | 377 | 22 | 112 | 0 | 0 | 435 | 144 | 77 |
| Binary | 11010000 | 1000011 | 11111111 | 10010 | 1001010 | 0 | 0 | 100011101 | 1100100 | 111111 |
Color Harmonies of #D043FF
Complementary color
Monochromatic Colors of #D043FF
Black with #D043FF
Text Example
Text Example
White with #D043FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043FF; }
p { color: rgb(208,67,255); }
H1.HeaderClassName
{
color: #D043FF;
}
.AnyTagClassName
{
color: #D043FF;
}
</style>
background-color css
<style>
a { background-color: #D043FF; }
a { background-color: rgb(208,67,255); }
div.DivClassName
{
background-color: #D043FF;
}
.BgClassName
{
background-color: #D043FF;
}
</style>
border-color css
<style>
span { border-color: #D043FF; }
span { border-color: rgb(208,67,255); }
td.TdClassName
{
border-color: #D043FF;
}
.TagClassName
{
border-color: #D043FF;
}
</style>