Shades of Heliotrope #D443FC
Tints of Heliotrope #D443FC
RGB
CMYK
RGB Variations
Color information
#D443FC (or 0xD443FC) is known color: Heliotrope. HEX triplet: D4, 43 and FC. RGB value is (212,67,252). Sum of RGB (Red+Green+Blue) = 212+67+252=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 67 (26.56% from 255 or 12.62% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #D443FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D443FC is #2BBC03. Grayscale: #828282. Windows color (decimal): -2866180 or 16532436. OLE color: 16532436.
HSL color Cylindrical-coordinate representation of color #D443FC: hue angle of 287.03º 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 #D443FC is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 67 | 252 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.01 |
| HSL | 287.03º | 0.97% | 0.63% | - |
| HSV(B) | 287.03º | 0.73% | 0.99% | - |
| XYZ | 46.73 | 25.04 | 94.47 | - |
| YUV | 131.45 | 196.04 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 252 | 0.16 | 0.73 | 0 | 0.01 | 287.03 | 0.97 | 0.63 |
| Hex | D4 | 43 | FC | 10 | 49 | 0 | 1 | 11F | 61 | 3F |
| Octal | 324 | 103 | 374 | 20 | 111 | 0 | 1 | 437 | 141 | 77 |
| Binary | 11010100 | 1000011 | 11111100 | 10000 | 1001001 | 0 | 1 | 100011111 | 1100001 | 111111 |
Color Harmonies of #D443FC
Complementary color
Monochromatic Colors of #D443FC
Black with #D443FC
Text Example
Text Example
White with #D443FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D443FC; }
p { color: rgb(212,67,252); }
H1.HeaderClassName
{
color: #D443FC;
}
.AnyTagClassName
{
color: #D443FC;
}
</style>
background-color css
<style>
a { background-color: #D443FC; }
a { background-color: rgb(212,67,252); }
div.DivClassName
{
background-color: #D443FC;
}
.BgClassName
{
background-color: #D443FC;
}
</style>
border-color css
<style>
span { border-color: #D443FC; }
span { border-color: rgb(212,67,252); }
td.TdClassName
{
border-color: #D443FC;
}
.TagClassName
{
border-color: #D443FC;
}
</style>