Shades of Heliotrope #D474F9
Tints of Heliotrope #D474F9
RGB
CMYK
RGB Variations
Color information
#D474F9 (or 0xD474F9) is known color: Heliotrope. HEX triplet: D4, 74 and F9. RGB value is (212,116,249). Sum of RGB (Red+Green+Blue) = 212+116+249=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #D474F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D474F9 is #2B8B06. Grayscale: #9F9F9F. Windows color (decimal): -2853639 or 16348372. OLE color: 16348372.
HSL color Cylindrical-coordinate representation of color #D474F9: hue angle of 283.31º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D474F9 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 116 | 249 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.02 |
| HSL | 283.31º | 0.92% | 0.72% | - |
| HSV(B) | 283.31º | 0.53% | 0.98% | - |
| XYZ | 50.5 | 33.33 | 93.39 | - |
| YUV | 159.87 | 178.3 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 249 | 0.15 | 0.53 | 0 | 0.02 | 283.31 | 0.92 | 0.72 |
| Hex | D4 | 74 | F9 | F | 35 | 0 | 2 | 11B | 5C | 48 |
| Octal | 324 | 164 | 371 | 17 | 65 | 0 | 2 | 433 | 134 | 110 |
| Binary | 11010100 | 1110100 | 11111001 | 1111 | 110101 | 0 | 10 | 100011011 | 1011100 | 1001000 |
Color Harmonies of #D474F9
Complementary color
Monochromatic Colors of #D474F9
Black with #D474F9
Text Example
Text Example
White with #D474F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D474F9; }
p { color: rgb(212,116,249); }
H1.HeaderClassName
{
color: #D474F9;
}
.AnyTagClassName
{
color: #D474F9;
}
</style>
background-color css
<style>
a { background-color: #D474F9; }
a { background-color: rgb(212,116,249); }
div.DivClassName
{
background-color: #D474F9;
}
.BgClassName
{
background-color: #D474F9;
}
</style>
border-color css
<style>
span { border-color: #D474F9; }
span { border-color: rgb(212,116,249); }
td.TdClassName
{
border-color: #D474F9;
}
.TagClassName
{
border-color: #D474F9;
}
</style>