Shades of Heliotrope #D43EFD
Tints of Heliotrope #D43EFD
RGB
CMYK
RGB Variations
Color information
#D43EFD (or 0xD43EFD) is known color: Heliotrope. HEX triplet: D4, 3E and FD. RGB value is (212,62,253). Sum of RGB (Red+Green+Blue) = 212+62+253=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 62 (24.61% from 255 or 11.76% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #D43EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43EFD is #2BC102. Grayscale: #808080. Windows color (decimal): -2867459 or 16596692. OLE color: 16596692.
HSL color Cylindrical-coordinate representation of color #D43EFD: hue angle of 287.12º degrees, saturation: 0.98, 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 #D43EFD is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 62 | 253 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.01 |
| HSL | 287.12º | 0.98% | 0.62% | - |
| HSV(B) | 287.12º | 0.75% | 0.99% | - |
| XYZ | 46.6 | 24.53 | 95.21 | - |
| YUV | 128.62 | 198.2 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 62 | 253 | 0.16 | 0.75 | 0 | 0.01 | 287.12 | 0.98 | 0.62 |
| Hex | D4 | 3E | FD | 10 | 4B | 0 | 1 | 11F | 62 | 3E |
| Octal | 324 | 76 | 375 | 20 | 113 | 0 | 1 | 437 | 142 | 76 |
| Binary | 11010100 | 111110 | 11111101 | 10000 | 1001011 | 0 | 1 | 100011111 | 1100010 | 111110 |
Color Harmonies of #D43EFD
Complementary color
Monochromatic Colors of #D43EFD
Black with #D43EFD
Text Example
Text Example
White with #D43EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43EFD; }
p { color: rgb(212,62,253); }
H1.HeaderClassName
{
color: #D43EFD;
}
.AnyTagClassName
{
color: #D43EFD;
}
</style>
background-color css
<style>
a { background-color: #D43EFD; }
a { background-color: rgb(212,62,253); }
div.DivClassName
{
background-color: #D43EFD;
}
.BgClassName
{
background-color: #D43EFD;
}
</style>
border-color css
<style>
span { border-color: #D43EFD; }
span { border-color: rgb(212,62,253); }
td.TdClassName
{
border-color: #D43EFD;
}
.TagClassName
{
border-color: #D43EFD;
}
</style>