Shades of Heliotrope #DC43FE
Tints of Heliotrope #DC43FE
RGB
CMYK
RGB Variations
Color information
#DC43FE (or 0xDC43FE) is known color: Heliotrope. HEX triplet: DC, 43 and FE. RGB value is (220,67,254). Sum of RGB (Red+Green+Blue) = 220+67+254=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 67 (26.56% from 255 or 12.38% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC43FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC43FE is #23BC01. Grayscale: #858585. Windows color (decimal): -2341890 or 16663516. OLE color: 16663516.
HSL color Cylindrical-coordinate representation of color #DC43FE: hue angle of 289.09º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC43FE is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 67 | 254 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.00 |
| HSL | 289.09º | 0.99% | 0.63% | - |
| HSV(B) | 289.09º | 0.74% | 1% | - |
| XYZ | 49.41 | 26.39 | 96.25 | - |
| YUV | 134.07 | 195.69 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 254 | 0.13 | 0.74 | 0 | 0.00 | 289.09 | 0.99 | 0.63 |
| Hex | DC | 43 | FE | D | 4A | 0 | 0 | 121 | 63 | 3F |
| Octal | 334 | 103 | 376 | 15 | 112 | 0 | 0 | 441 | 143 | 77 |
| Binary | 11011100 | 1000011 | 11111110 | 1101 | 1001010 | 0 | 0 | 100100001 | 1100011 | 111111 |
Color Harmonies of #DC43FE
Complementary color
Monochromatic Colors of #DC43FE
Black with #DC43FE
Text Example
Text Example
White with #DC43FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43FE; }
p { color: rgb(220,67,254); }
H1.HeaderClassName
{
color: #DC43FE;
}
.AnyTagClassName
{
color: #DC43FE;
}
</style>
background-color css
<style>
a { background-color: #DC43FE; }
a { background-color: rgb(220,67,254); }
div.DivClassName
{
background-color: #DC43FE;
}
.BgClassName
{
background-color: #DC43FE;
}
</style>
border-color css
<style>
span { border-color: #DC43FE; }
span { border-color: rgb(220,67,254); }
td.TdClassName
{
border-color: #DC43FE;
}
.TagClassName
{
border-color: #DC43FE;
}
</style>