Shades of Heliotrope #D44BFC
Tints of Heliotrope #D44BFC
RGB
CMYK
RGB Variations
Color information
#D44BFC (or 0xD44BFC) is known color: Heliotrope. HEX triplet: D4, 4B and FC. RGB value is (212,75,252). Sum of RGB (Red+Green+Blue) = 212+75+252=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 75 (29.69% from 255 or 13.91% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #D44BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D44BFC is #2BB403. Grayscale: #878787. Windows color (decimal): -2864132 or 16534484. OLE color: 16534484.
HSL color Cylindrical-coordinate representation of color #D44BFC: hue angle of 286.44º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D44BFC is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 75 | 252 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.01 |
| HSL | 286.44º | 0.97% | 0.64% | - |
| HSV(B) | 286.44º | 0.7% | 0.99% | - |
| XYZ | 47.24 | 26.06 | 94.64 | - |
| YUV | 136.14 | 193.39 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 75 | 252 | 0.16 | 0.70 | 0 | 0.01 | 286.44 | 0.97 | 0.64 |
| Hex | D4 | 4B | FC | 10 | 46 | 0 | 1 | 11E | 61 | 40 |
| Octal | 324 | 113 | 374 | 20 | 106 | 0 | 1 | 436 | 141 | 100 |
| Binary | 11010100 | 1001011 | 11111100 | 10000 | 1000110 | 0 | 1 | 100011110 | 1100001 | 1000000 |
Color Harmonies of #D44BFC
Complementary color
Monochromatic Colors of #D44BFC
Black with #D44BFC
Text Example
Text Example
White with #D44BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44BFC; }
p { color: rgb(212,75,252); }
H1.HeaderClassName
{
color: #D44BFC;
}
.AnyTagClassName
{
color: #D44BFC;
}
</style>
background-color css
<style>
a { background-color: #D44BFC; }
a { background-color: rgb(212,75,252); }
div.DivClassName
{
background-color: #D44BFC;
}
.BgClassName
{
background-color: #D44BFC;
}
</style>
border-color css
<style>
span { border-color: #D44BFC; }
span { border-color: rgb(212,75,252); }
td.TdClassName
{
border-color: #D44BFC;
}
.TagClassName
{
border-color: #D44BFC;
}
</style>