Shades of Heliotrope #D43CFE
Tints of Heliotrope #D43CFE
RGB
CMYK
RGB Variations
Color information
#D43CFE (or 0xD43CFE) is known color: Heliotrope. HEX triplet: D4, 3C and FE. RGB value is (212,60,254). Sum of RGB (Red+Green+Blue) = 212+60+254=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 60 (23.83% from 255 or 11.41% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #D43CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43CFE is #2BC301. Grayscale: #7E7E7E. Windows color (decimal): -2867970 or 16661716. OLE color: 16661716.
HSL color Cylindrical-coordinate representation of color #D43CFE: hue angle of 287.01º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43CFE is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 60 | 254 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.00 |
| HSL | 287.01º | 0.99% | 0.62% | - |
| HSV(B) | 287.01º | 0.76% | 1% | - |
| XYZ | 46.66 | 24.38 | 96.01 | - |
| YUV | 127.56 | 199.36 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 254 | 0.17 | 0.76 | 0 | 0.00 | 287.01 | 0.99 | 0.62 |
| Hex | D4 | 3C | FE | 11 | 4C | 0 | 0 | 11F | 63 | 3E |
| Octal | 324 | 74 | 376 | 21 | 114 | 0 | 0 | 437 | 143 | 76 |
| Binary | 11010100 | 111100 | 11111110 | 10001 | 1001100 | 0 | 0 | 100011111 | 1100011 | 111110 |
Color Harmonies of #D43CFE
Complementary color
Monochromatic Colors of #D43CFE
Black with #D43CFE
Text Example
Text Example
White with #D43CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43CFE; }
p { color: rgb(212,60,254); }
H1.HeaderClassName
{
color: #D43CFE;
}
.AnyTagClassName
{
color: #D43CFE;
}
</style>
background-color css
<style>
a { background-color: #D43CFE; }
a { background-color: rgb(212,60,254); }
div.DivClassName
{
background-color: #D43CFE;
}
.BgClassName
{
background-color: #D43CFE;
}
</style>
border-color css
<style>
span { border-color: #D43CFE; }
span { border-color: rgb(212,60,254); }
td.TdClassName
{
border-color: #D43CFE;
}
.TagClassName
{
border-color: #D43CFE;
}
</style>