Shades of Heliotrope #D378FB
Tints of Heliotrope #D378FB
RGB
CMYK
RGB Variations
Color information
#D378FB (or 0xD378FB) is known color: Heliotrope. HEX triplet: D3, 78 and FB. RGB value is (211,120,251). Sum of RGB (Red+Green+Blue) = 211+120+251=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 120 (47.27% from 255 or 20.62% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #D378FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D378FB is #2C8704. Grayscale: #A1A1A1. Windows color (decimal): -2918149 or 16480467. OLE color: 16480467.
HSL color Cylindrical-coordinate representation of color #D378FB: hue angle of 281.68º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D378FB is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 120 | 251 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.02 |
| HSL | 281.68º | 0.94% | 0.73% | - |
| HSV(B) | 281.68º | 0.52% | 0.98% | - |
| XYZ | 50.99 | 34.25 | 95.19 | - |
| YUV | 162.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 251 | 0.16 | 0.52 | 0 | 0.02 | 281.68 | 0.94 | 0.73 |
| Hex | D3 | 78 | FB | 10 | 34 | 0 | 2 | 11A | 5E | 49 |
| Octal | 323 | 170 | 373 | 20 | 64 | 0 | 2 | 432 | 136 | 111 |
| Binary | 11010011 | 1111000 | 11111011 | 10000 | 110100 | 0 | 10 | 100011010 | 1011110 | 1001001 |
Color Harmonies of #D378FB
Complementary color
Monochromatic Colors of #D378FB
Black with #D378FB
Text Example
Text Example
White with #D378FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D378FB; }
p { color: rgb(211,120,251); }
H1.HeaderClassName
{
color: #D378FB;
}
.AnyTagClassName
{
color: #D378FB;
}
</style>
background-color css
<style>
a { background-color: #D378FB; }
a { background-color: rgb(211,120,251); }
div.DivClassName
{
background-color: #D378FB;
}
.BgClassName
{
background-color: #D378FB;
}
</style>
border-color css
<style>
span { border-color: #D378FB; }
span { border-color: rgb(211,120,251); }
td.TdClassName
{
border-color: #D378FB;
}
.TagClassName
{
border-color: #D378FB;
}
</style>