Shades of Heliotrope #D43FFC
Tints of Heliotrope #D43FFC
RGB
CMYK
RGB Variations
Color information
#D43FFC (or 0xD43FFC) is known color: Heliotrope. HEX triplet: D4, 3F and FC. RGB value is (212,63,252). Sum of RGB (Red+Green+Blue) = 212+63+252=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 63 (25% from 255 or 11.95% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #D43FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43FFC is #2BC003. Grayscale: #808080. Windows color (decimal): -2867204 or 16531412. OLE color: 16531412.
HSL color Cylindrical-coordinate representation of color #D43FFC: hue angle of 287.3º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43FFC is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 63 | 252 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.01 |
| HSL | 287.3º | 0.97% | 0.62% | - |
| HSV(B) | 287.3º | 0.75% | 0.99% | - |
| XYZ | 46.5 | 24.58 | 94.39 | - |
| YUV | 129.1 | 197.36 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 63 | 252 | 0.16 | 0.75 | 0 | 0.01 | 287.3 | 0.97 | 0.62 |
| Hex | D4 | 3F | FC | 10 | 4B | 0 | 1 | 11F | 61 | 3E |
| Octal | 324 | 77 | 374 | 20 | 113 | 0 | 1 | 437 | 141 | 76 |
| Binary | 11010100 | 111111 | 11111100 | 10000 | 1001011 | 0 | 1 | 100011111 | 1100001 | 111110 |
Color Harmonies of #D43FFC
Complementary color
Monochromatic Colors of #D43FFC
Black with #D43FFC
Text Example
Text Example
White with #D43FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43FFC; }
p { color: rgb(212,63,252); }
H1.HeaderClassName
{
color: #D43FFC;
}
.AnyTagClassName
{
color: #D43FFC;
}
</style>
background-color css
<style>
a { background-color: #D43FFC; }
a { background-color: rgb(212,63,252); }
div.DivClassName
{
background-color: #D43FFC;
}
.BgClassName
{
background-color: #D43FFC;
}
</style>
border-color css
<style>
span { border-color: #D43FFC; }
span { border-color: rgb(212,63,252); }
td.TdClassName
{
border-color: #D43FFC;
}
.TagClassName
{
border-color: #D43FFC;
}
</style>