Shades of Heliotrope #D672F3
Tints of Heliotrope #D672F3
RGB
CMYK
RGB Variations
Color information
#D672F3 (or 0xD672F3) is known color: Heliotrope. HEX triplet: D6, 72 and F3. RGB value is (214,114,243). Sum of RGB (Red+Green+Blue) = 214+114+243=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #D672F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D672F3 is #298D0C. Grayscale: #9E9E9E. Windows color (decimal): -2723085 or 15954646. OLE color: 15954646.
HSL color Cylindrical-coordinate representation of color #D672F3: hue angle of 286.51º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D672F3 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 114 | 243 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.05 |
| HSL | 286.51º | 0.84% | 0.7% | - |
| HSV(B) | 286.51º | 0.53% | 0.95% | - |
| XYZ | 49.93 | 32.8 | 88.49 | - |
| YUV | 158.61 | 175.63 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 243 | 0.12 | 0.53 | 0 | 0.05 | 286.51 | 0.84 | 0.7 |
| Hex | D6 | 72 | F3 | C | 35 | 0 | 5 | 11F | 54 | 46 |
| Octal | 326 | 162 | 363 | 14 | 65 | 0 | 5 | 437 | 124 | 106 |
| Binary | 11010110 | 1110010 | 11110011 | 1100 | 110101 | 0 | 101 | 100011111 | 1010100 | 1000110 |
Color Harmonies of #D672F3
Complementary color
Monochromatic Colors of #D672F3
Black with #D672F3
Text Example
Text Example
White with #D672F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D672F3; }
p { color: rgb(214,114,243); }
H1.HeaderClassName
{
color: #D672F3;
}
.AnyTagClassName
{
color: #D672F3;
}
</style>
background-color css
<style>
a { background-color: #D672F3; }
a { background-color: rgb(214,114,243); }
div.DivClassName
{
background-color: #D672F3;
}
.BgClassName
{
background-color: #D672F3;
}
</style>
border-color css
<style>
span { border-color: #D672F3; }
span { border-color: rgb(214,114,243); }
td.TdClassName
{
border-color: #D672F3;
}
.TagClassName
{
border-color: #D672F3;
}
</style>