Shades of Heliotrope #D774F3
Tints of Heliotrope #D774F3
RGB
CMYK
RGB Variations
Color information
#D774F3 (or 0xD774F3) is known color: Heliotrope. HEX triplet: D7, 74 and F3. RGB value is (215,116,243). Sum of RGB (Red+Green+Blue) = 215+116+243=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #D774F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D774F3 is #288B0C. Grayscale: #9F9F9F. Windows color (decimal): -2657037 or 15955159. OLE color: 15955159.
HSL color Cylindrical-coordinate representation of color #D774F3: hue angle of 286.77º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D774F3 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 116 | 243 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.05 |
| HSL | 286.77º | 0.84% | 0.7% | - |
| HSV(B) | 286.77º | 0.52% | 0.95% | - |
| XYZ | 50.45 | 33.41 | 88.58 | - |
| YUV | 160.08 | 174.8 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 243 | 0.12 | 0.52 | 0 | 0.05 | 286.77 | 0.84 | 0.7 |
| Hex | D7 | 74 | F3 | C | 34 | 0 | 5 | 11F | 54 | 46 |
| Octal | 327 | 164 | 363 | 14 | 64 | 0 | 5 | 437 | 124 | 106 |
| Binary | 11010111 | 1110100 | 11110011 | 1100 | 110100 | 0 | 101 | 100011111 | 1010100 | 1000110 |
Color Harmonies of #D774F3
Complementary color
Monochromatic Colors of #D774F3
Black with #D774F3
Text Example
Text Example
White with #D774F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D774F3; }
p { color: rgb(215,116,243); }
H1.HeaderClassName
{
color: #D774F3;
}
.AnyTagClassName
{
color: #D774F3;
}
</style>
background-color css
<style>
a { background-color: #D774F3; }
a { background-color: rgb(215,116,243); }
div.DivClassName
{
background-color: #D774F3;
}
.BgClassName
{
background-color: #D774F3;
}
</style>
border-color css
<style>
span { border-color: #D774F3; }
span { border-color: rgb(215,116,243); }
td.TdClassName
{
border-color: #D774F3;
}
.TagClassName
{
border-color: #D774F3;
}
</style>