Shades of Heliotrope #DC89FB
Tints of Heliotrope #DC89FB
RGB
CMYK
RGB Variations
Color information
#DC89FB (or 0xDC89FB) is known color: Heliotrope. HEX triplet: DC, 89 and FB. RGB value is (220,137,251). Sum of RGB (Red+Green+Blue) = 220+137+251=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 137 (53.91% from 255 or 22.53% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC89FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC89FB is #237604. Grayscale: #AEAEAE. Windows color (decimal): -2323973 or 16484828. OLE color: 16484828.
HSL color Cylindrical-coordinate representation of color #DC89FB: hue angle of 283.68º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC89FB is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 137 | 251 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.02 |
| HSL | 283.68º | 0.93% | 0.76% | - |
| HSV(B) | 283.68º | 0.45% | 0.98% | - |
| XYZ | 55.87 | 40.07 | 96.06 | - |
| YUV | 174.81 | 171 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 251 | 0.12 | 0.45 | 0 | 0.02 | 283.68 | 0.93 | 0.76 |
| Hex | DC | 89 | FB | C | 2D | 0 | 2 | 11C | 5D | 4C |
| Octal | 334 | 211 | 373 | 14 | 55 | 0 | 2 | 434 | 135 | 114 |
| Binary | 11011100 | 10001001 | 11111011 | 1100 | 101101 | 0 | 10 | 100011100 | 1011101 | 1001100 |
Color Harmonies of #DC89FB
Complementary color
Monochromatic Colors of #DC89FB
Black with #DC89FB
Text Example
Text Example
White with #DC89FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89FB; }
p { color: rgb(220,137,251); }
H1.HeaderClassName
{
color: #DC89FB;
}
.AnyTagClassName
{
color: #DC89FB;
}
</style>
background-color css
<style>
a { background-color: #DC89FB; }
a { background-color: rgb(220,137,251); }
div.DivClassName
{
background-color: #DC89FB;
}
.BgClassName
{
background-color: #DC89FB;
}
</style>
border-color css
<style>
span { border-color: #DC89FB; }
span { border-color: rgb(220,137,251); }
td.TdClassName
{
border-color: #DC89FB;
}
.TagClassName
{
border-color: #DC89FB;
}
</style>