Shades of Heliotrope #D449F6
Tints of Heliotrope #D449F6
RGB
CMYK
RGB Variations
Color information
#D449F6 (or 0xD449F6) is known color: Heliotrope. HEX triplet: D4, 49 and F6. RGB value is (212,73,246). Sum of RGB (Red+Green+Blue) = 212+73+246=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 73 (28.91% from 255 or 13.75% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #D449F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D449F6 is #2BB609. Grayscale: #858585. Windows color (decimal): -2864650 or 16140756. OLE color: 16140756.
HSL color Cylindrical-coordinate representation of color #D449F6: hue angle of 288.21º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D449F6 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 73 | 246 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.04 |
| HSL | 288.21º | 0.91% | 0.63% | - |
| HSV(B) | 288.21º | 0.7% | 0.96% | - |
| XYZ | 46.17 | 25.42 | 89.66 | - |
| YUV | 134.28 | 191.05 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 246 | 0.14 | 0.70 | 0 | 0.04 | 288.21 | 0.91 | 0.63 |
| Hex | D4 | 49 | F6 | E | 46 | 0 | 4 | 120 | 5B | 3F |
| Octal | 324 | 111 | 366 | 16 | 106 | 0 | 4 | 440 | 133 | 77 |
| Binary | 11010100 | 1001001 | 11110110 | 1110 | 1000110 | 0 | 100 | 100100000 | 1011011 | 111111 |
Color Harmonies of #D449F6
Complementary color
Monochromatic Colors of #D449F6
Black with #D449F6
Text Example
Text Example
White with #D449F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449F6; }
p { color: rgb(212,73,246); }
H1.HeaderClassName
{
color: #D449F6;
}
.AnyTagClassName
{
color: #D449F6;
}
</style>
background-color css
<style>
a { background-color: #D449F6; }
a { background-color: rgb(212,73,246); }
div.DivClassName
{
background-color: #D449F6;
}
.BgClassName
{
background-color: #D449F6;
}
</style>
border-color css
<style>
span { border-color: #D449F6; }
span { border-color: rgb(212,73,246); }
td.TdClassName
{
border-color: #D449F6;
}
.TagClassName
{
border-color: #D449F6;
}
</style>