Shades of Heliotrope #D44CFA
Tints of Heliotrope #D44CFA
RGB
CMYK
RGB Variations
Color information
#D44CFA (or 0xD44CFA) is known color: Heliotrope. HEX triplet: D4, 4C and FA. RGB value is (212,76,250). Sum of RGB (Red+Green+Blue) = 212+76+250=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 76 (30.08% from 255 or 14.13% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #D44CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D44CFA is #2BB305. Grayscale: #878787. Windows color (decimal): -2863878 or 16403668. OLE color: 16403668.
HSL color Cylindrical-coordinate representation of color #D44CFA: hue angle of 286.9º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D44CFA is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 76 | 250 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.02 |
| HSL | 286.9º | 0.95% | 0.64% | - |
| HSV(B) | 286.9º | 0.7% | 0.98% | - |
| XYZ | 46.99 | 26.07 | 93 | - |
| YUV | 136.5 | 192.06 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 250 | 0.15 | 0.70 | 0 | 0.02 | 286.9 | 0.95 | 0.64 |
| Hex | D4 | 4C | FA | F | 46 | 0 | 2 | 11F | 5F | 40 |
| Octal | 324 | 114 | 372 | 17 | 106 | 0 | 2 | 437 | 137 | 100 |
| Binary | 11010100 | 1001100 | 11111010 | 1111 | 1000110 | 0 | 10 | 100011111 | 1011111 | 1000000 |
Color Harmonies of #D44CFA
Complementary color
Monochromatic Colors of #D44CFA
Black with #D44CFA
Text Example
Text Example
White with #D44CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44CFA; }
p { color: rgb(212,76,250); }
H1.HeaderClassName
{
color: #D44CFA;
}
.AnyTagClassName
{
color: #D44CFA;
}
</style>
background-color css
<style>
a { background-color: #D44CFA; }
a { background-color: rgb(212,76,250); }
div.DivClassName
{
background-color: #D44CFA;
}
.BgClassName
{
background-color: #D44CFA;
}
</style>
border-color css
<style>
span { border-color: #D44CFA; }
span { border-color: rgb(212,76,250); }
td.TdClassName
{
border-color: #D44CFA;
}
.TagClassName
{
border-color: #D44CFA;
}
</style>