Shades of Heliotrope #D655FB
Tints of Heliotrope #D655FB
RGB
CMYK
RGB Variations
Color information
#D655FB (or 0xD655FB) is known color: Heliotrope. HEX triplet: D6, 55 and FB. RGB value is (214,85,251). Sum of RGB (Red+Green+Blue) = 214+85+251=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 85 (33.59% from 255 or 15.45% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #D655FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D655FB is #29AA04. Grayscale: #8D8D8D. Windows color (decimal): -2730501 or 16471510. OLE color: 16471510.
HSL color Cylindrical-coordinate representation of color #D655FB: hue angle of 286.63º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D655FB is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 85 | 251 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.02 |
| HSL | 286.63º | 0.95% | 0.66% | - |
| HSV(B) | 286.63º | 0.66% | 0.98% | - |
| XYZ | 48.39 | 27.76 | 94.07 | - |
| YUV | 142.5 | 189.24 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 251 | 0.15 | 0.66 | 0 | 0.02 | 286.63 | 0.95 | 0.66 |
| Hex | D6 | 55 | FB | F | 42 | 0 | 2 | 11F | 5F | 42 |
| Octal | 326 | 125 | 373 | 17 | 102 | 0 | 2 | 437 | 137 | 102 |
| Binary | 11010110 | 1010101 | 11111011 | 1111 | 1000010 | 0 | 10 | 100011111 | 1011111 | 1000010 |
Color Harmonies of #D655FB
Complementary color
Monochromatic Colors of #D655FB
Black with #D655FB
Text Example
Text Example
White with #D655FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655FB; }
p { color: rgb(214,85,251); }
H1.HeaderClassName
{
color: #D655FB;
}
.AnyTagClassName
{
color: #D655FB;
}
</style>
background-color css
<style>
a { background-color: #D655FB; }
a { background-color: rgb(214,85,251); }
div.DivClassName
{
background-color: #D655FB;
}
.BgClassName
{
background-color: #D655FB;
}
</style>
border-color css
<style>
span { border-color: #D655FB; }
span { border-color: rgb(214,85,251); }
td.TdClassName
{
border-color: #D655FB;
}
.TagClassName
{
border-color: #D655FB;
}
</style>