Shades of Heliotrope #D374FF
Tints of Heliotrope #D374FF
RGB
CMYK
RGB Variations
Color information
#D374FF (or 0xD374FF) is known color: Heliotrope. HEX triplet: D3, 74 and FF. RGB value is (211,116,255). Sum of RGB (Red+Green+Blue) = 211+116+255=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 116 (45.70% from 255 or 19.93% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #D374FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D374FF is #2C8B00. Grayscale: #9F9F9F. Windows color (decimal): -2919169 or 16741587. OLE color: 16741587.
HSL color Cylindrical-coordinate representation of color #D374FF: hue angle of 281.01º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D374FF is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 116 | 255 | - |
| CMYK | 0.17 | 0.55 | 0 | 0 |
| HSL | 281.01º | 1% | 0.73% | - |
| HSV(B) | 281.01º | 0.55% | 1% | - |
| XYZ | 51.16 | 33.56 | 98.39 | - |
| YUV | 160.25 | 181.47 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 116 | 255 | 0.17 | 0.55 | 0 | 0 | 281.01 | 1 | 0.73 |
| Hex | D3 | 74 | FF | 11 | 37 | 0 | 0 | 119 | 64 | 49 |
| Octal | 323 | 164 | 377 | 21 | 67 | 0 | 0 | 431 | 144 | 111 |
| Binary | 11010011 | 1110100 | 11111111 | 10001 | 110111 | 0 | 0 | 100011001 | 1100100 | 1001001 |
Color Harmonies of #D374FF
Complementary color
Monochromatic Colors of #D374FF
Black with #D374FF
Text Example
Text Example
White with #D374FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D374FF; }
p { color: rgb(211,116,255); }
H1.HeaderClassName
{
color: #D374FF;
}
.AnyTagClassName
{
color: #D374FF;
}
</style>
background-color css
<style>
a { background-color: #D374FF; }
a { background-color: rgb(211,116,255); }
div.DivClassName
{
background-color: #D374FF;
}
.BgClassName
{
background-color: #D374FF;
}
</style>
border-color css
<style>
span { border-color: #D374FF; }
span { border-color: rgb(211,116,255); }
td.TdClassName
{
border-color: #D374FF;
}
.TagClassName
{
border-color: #D374FF;
}
</style>