Shades of Heliotrope #DC43FC
Tints of Heliotrope #DC43FC
RGB
CMYK
RGB Variations
Color information
#DC43FC (or 0xDC43FC) is known color: Heliotrope. HEX triplet: DC, 43 and FC. RGB value is (220,67,252). Sum of RGB (Red+Green+Blue) = 220+67+252=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 67 (26.56% from 255 or 12.43% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC43FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC43FC is #23BC03. Grayscale: #858585. Windows color (decimal): -2341892 or 16532444. OLE color: 16532444.
HSL color Cylindrical-coordinate representation of color #DC43FC: hue angle of 289.62º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC43FC is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 67 | 252 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.01 |
| HSL | 289.62º | 0.97% | 0.63% | - |
| HSV(B) | 289.62º | 0.73% | 0.99% | - |
| XYZ | 49.09 | 26.26 | 94.58 | - |
| YUV | 133.84 | 194.69 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 252 | 0.13 | 0.73 | 0 | 0.01 | 289.62 | 0.97 | 0.63 |
| Hex | DC | 43 | FC | D | 49 | 0 | 1 | 122 | 61 | 3F |
| Octal | 334 | 103 | 374 | 15 | 111 | 0 | 1 | 442 | 141 | 77 |
| Binary | 11011100 | 1000011 | 11111100 | 1101 | 1001001 | 0 | 1 | 100100010 | 1100001 | 111111 |
Color Harmonies of #DC43FC
Complementary color
Monochromatic Colors of #DC43FC
Black with #DC43FC
Text Example
Text Example
White with #DC43FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43FC; }
p { color: rgb(220,67,252); }
H1.HeaderClassName
{
color: #DC43FC;
}
.AnyTagClassName
{
color: #DC43FC;
}
</style>
background-color css
<style>
a { background-color: #DC43FC; }
a { background-color: rgb(220,67,252); }
div.DivClassName
{
background-color: #DC43FC;
}
.BgClassName
{
background-color: #DC43FC;
}
</style>
border-color css
<style>
span { border-color: #DC43FC; }
span { border-color: rgb(220,67,252); }
td.TdClassName
{
border-color: #DC43FC;
}
.TagClassName
{
border-color: #DC43FC;
}
</style>