Shades of Heliotrope #D44FFC
Tints of Heliotrope #D44FFC
RGB
CMYK
RGB Variations
Color information
#D44FFC (or 0xD44FFC) is known color: Heliotrope. HEX triplet: D4, 4F and FC. RGB value is (212,79,252). Sum of RGB (Red+Green+Blue) = 212+79+252=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 79 (31.25% from 255 or 14.55% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #D44FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D44FFC is #2BB003. Grayscale: #898989. Windows color (decimal): -2863108 or 16535508. OLE color: 16535508.
HSL color Cylindrical-coordinate representation of color #D44FFC: hue angle of 286.13º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D44FFC is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 79 | 252 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.01 |
| HSL | 286.13º | 0.97% | 0.65% | - |
| HSV(B) | 286.13º | 0.69% | 0.99% | - |
| XYZ | 47.52 | 26.62 | 94.73 | - |
| YUV | 138.49 | 192.06 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 252 | 0.16 | 0.69 | 0 | 0.01 | 286.13 | 0.97 | 0.65 |
| Hex | D4 | 4F | FC | 10 | 45 | 0 | 1 | 11E | 61 | 41 |
| Octal | 324 | 117 | 374 | 20 | 105 | 0 | 1 | 436 | 141 | 101 |
| Binary | 11010100 | 1001111 | 11111100 | 10000 | 1000101 | 0 | 1 | 100011110 | 1100001 | 1000001 |
Color Harmonies of #D44FFC
Complementary color
Monochromatic Colors of #D44FFC
Black with #D44FFC
Text Example
Text Example
White with #D44FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44FFC; }
p { color: rgb(212,79,252); }
H1.HeaderClassName
{
color: #D44FFC;
}
.AnyTagClassName
{
color: #D44FFC;
}
</style>
background-color css
<style>
a { background-color: #D44FFC; }
a { background-color: rgb(212,79,252); }
div.DivClassName
{
background-color: #D44FFC;
}
.BgClassName
{
background-color: #D44FFC;
}
</style>
border-color css
<style>
span { border-color: #D44FFC; }
span { border-color: rgb(212,79,252); }
td.TdClassName
{
border-color: #D44FFC;
}
.TagClassName
{
border-color: #D44FFC;
}
</style>