Shades of Heliotrope #DE61FB
Tints of Heliotrope #DE61FB
RGB
CMYK
RGB Variations
Color information
#DE61FB (or 0xDE61FB) is known color: Heliotrope. HEX triplet: DE, 61 and FB. RGB value is (222,97,251). Sum of RGB (Red+Green+Blue) = 222+97+251=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 97 (38.28% from 255 or 17.02% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE61FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE61FB is #219E04. Grayscale: #979797. Windows color (decimal): -2203141 or 16474590. OLE color: 16474590.
HSL color Cylindrical-coordinate representation of color #DE61FB: hue angle of 288.7º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE61FB is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 97 | 251 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.02 |
| HSL | 288.7º | 0.95% | 0.68% | - |
| HSV(B) | 288.7º | 0.61% | 0.98% | - |
| XYZ | 51.81 | 31.04 | 94.53 | - |
| YUV | 151.93 | 183.91 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 97 | 251 | 0.12 | 0.61 | 0 | 0.02 | 288.7 | 0.95 | 0.68 |
| Hex | DE | 61 | FB | C | 3D | 0 | 2 | 121 | 5F | 44 |
| Octal | 336 | 141 | 373 | 14 | 75 | 0 | 2 | 441 | 137 | 104 |
| Binary | 11011110 | 1100001 | 11111011 | 1100 | 111101 | 0 | 10 | 100100001 | 1011111 | 1000100 |
Color Harmonies of #DE61FB
Complementary color
Monochromatic Colors of #DE61FB
Black with #DE61FB
Text Example
Text Example
White with #DE61FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE61FB; }
p { color: rgb(222,97,251); }
H1.HeaderClassName
{
color: #DE61FB;
}
.AnyTagClassName
{
color: #DE61FB;
}
</style>
background-color css
<style>
a { background-color: #DE61FB; }
a { background-color: rgb(222,97,251); }
div.DivClassName
{
background-color: #DE61FB;
}
.BgClassName
{
background-color: #DE61FB;
}
</style>
border-color css
<style>
span { border-color: #DE61FB; }
span { border-color: rgb(222,97,251); }
td.TdClassName
{
border-color: #DE61FB;
}
.TagClassName
{
border-color: #DE61FB;
}
</style>