Shades of Heliotrope #D368FB
Tints of Heliotrope #D368FB
RGB
CMYK
RGB Variations
Color information
#D368FB (or 0xD368FB) is known color: Heliotrope. HEX triplet: D3, 68 and FB. RGB value is (211,104,251). Sum of RGB (Red+Green+Blue) = 211+104+251=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #D368FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D368FB is #2C9704. Grayscale: #989898. Windows color (decimal): -2922245 or 16476371. OLE color: 16476371.
HSL color Cylindrical-coordinate representation of color #D368FB: hue angle of 283.67º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D368FB is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 104 | 251 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.02 |
| HSL | 283.67º | 0.95% | 0.7% | - |
| HSV(B) | 283.67º | 0.59% | 0.98% | - |
| XYZ | 49.23 | 30.71 | 94.6 | - |
| YUV | 152.75 | 183.45 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 251 | 0.16 | 0.59 | 0 | 0.02 | 283.67 | 0.95 | 0.7 |
| Hex | D3 | 68 | FB | 10 | 3B | 0 | 2 | 11C | 5F | 46 |
| Octal | 323 | 150 | 373 | 20 | 73 | 0 | 2 | 434 | 137 | 106 |
| Binary | 11010011 | 1101000 | 11111011 | 10000 | 111011 | 0 | 10 | 100011100 | 1011111 | 1000110 |
Color Harmonies of #D368FB
Complementary color
Monochromatic Colors of #D368FB
Black with #D368FB
Text Example
Text Example
White with #D368FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D368FB; }
p { color: rgb(211,104,251); }
H1.HeaderClassName
{
color: #D368FB;
}
.AnyTagClassName
{
color: #D368FB;
}
</style>
background-color css
<style>
a { background-color: #D368FB; }
a { background-color: rgb(211,104,251); }
div.DivClassName
{
background-color: #D368FB;
}
.BgClassName
{
background-color: #D368FB;
}
</style>
border-color css
<style>
span { border-color: #D368FB; }
span { border-color: rgb(211,104,251); }
td.TdClassName
{
border-color: #D368FB;
}
.TagClassName
{
border-color: #D368FB;
}
</style>