Shades of Heliotrope #D44AFB
Tints of Heliotrope #D44AFB
RGB
CMYK
RGB Variations
Color information
#D44AFB (or 0xD44AFB) is known color: Heliotrope. HEX triplet: D4, 4A and FB. RGB value is (212,74,251). Sum of RGB (Red+Green+Blue) = 212+74+251=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 74 (29.30% from 255 or 13.78% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #D44AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D44AFB is #2BB504. Grayscale: #868686. Windows color (decimal): -2864389 or 16468692. OLE color: 16468692.
HSL color Cylindrical-coordinate representation of color #D44AFB: hue angle of 286.78º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D44AFB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 74 | 251 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.02 |
| HSL | 286.78º | 0.96% | 0.64% | - |
| HSV(B) | 286.78º | 0.71% | 0.98% | - |
| XYZ | 47.01 | 25.86 | 93.78 | - |
| YUV | 135.44 | 193.22 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 74 | 251 | 0.16 | 0.71 | 0 | 0.02 | 286.78 | 0.96 | 0.64 |
| Hex | D4 | 4A | FB | 10 | 47 | 0 | 2 | 11F | 60 | 40 |
| Octal | 324 | 112 | 373 | 20 | 107 | 0 | 2 | 437 | 140 | 100 |
| Binary | 11010100 | 1001010 | 11111011 | 10000 | 1000111 | 0 | 10 | 100011111 | 1100000 | 1000000 |
Color Harmonies of #D44AFB
Complementary color
Monochromatic Colors of #D44AFB
Black with #D44AFB
Text Example
Text Example
White with #D44AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44AFB; }
p { color: rgb(212,74,251); }
H1.HeaderClassName
{
color: #D44AFB;
}
.AnyTagClassName
{
color: #D44AFB;
}
</style>
background-color css
<style>
a { background-color: #D44AFB; }
a { background-color: rgb(212,74,251); }
div.DivClassName
{
background-color: #D44AFB;
}
.BgClassName
{
background-color: #D44AFB;
}
</style>
border-color css
<style>
span { border-color: #D44AFB; }
span { border-color: rgb(212,74,251); }
td.TdClassName
{
border-color: #D44AFB;
}
.TagClassName
{
border-color: #D44AFB;
}
</style>