Shades of Heliotrope #D554F7
Tints of Heliotrope #D554F7
RGB
CMYK
RGB Variations
Color information
#D554F7 (or 0xD554F7) is known color: Heliotrope. HEX triplet: D5, 54 and F7. RGB value is (213,84,247). Sum of RGB (Red+Green+Blue) = 213+84+247=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 84 (33.20% from 255 or 15.44% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #D554F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D554F7 is #2AAB08. Grayscale: #8C8C8C. Windows color (decimal): -2796297 or 16209109. OLE color: 16209109.
HSL color Cylindrical-coordinate representation of color #D554F7: hue angle of 287.48º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D554F7 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 84 | 247 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.03 |
| HSL | 287.48º | 0.91% | 0.65% | - |
| HSV(B) | 287.48º | 0.66% | 0.97% | - |
| XYZ | 47.4 | 27.2 | 90.75 | - |
| YUV | 141.15 | 187.74 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 247 | 0.14 | 0.66 | 0 | 0.03 | 287.48 | 0.91 | 0.65 |
| Hex | D5 | 54 | F7 | E | 42 | 0 | 3 | 11F | 5B | 41 |
| Octal | 325 | 124 | 367 | 16 | 102 | 0 | 3 | 437 | 133 | 101 |
| Binary | 11010101 | 1010100 | 11110111 | 1110 | 1000010 | 0 | 11 | 100011111 | 1011011 | 1000001 |
Color Harmonies of #D554F7
Complementary color
Monochromatic Colors of #D554F7
Black with #D554F7
Text Example
Text Example
White with #D554F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D554F7; }
p { color: rgb(213,84,247); }
H1.HeaderClassName
{
color: #D554F7;
}
.AnyTagClassName
{
color: #D554F7;
}
</style>
background-color css
<style>
a { background-color: #D554F7; }
a { background-color: rgb(213,84,247); }
div.DivClassName
{
background-color: #D554F7;
}
.BgClassName
{
background-color: #D554F7;
}
</style>
border-color css
<style>
span { border-color: #D554F7; }
span { border-color: rgb(213,84,247); }
td.TdClassName
{
border-color: #D554F7;
}
.TagClassName
{
border-color: #D554F7;
}
</style>