Shades of Heliotrope #DC92F8
Tints of Heliotrope #DC92F8
RGB
CMYK
RGB Variations
Color information
#DC92F8 (or 0xDC92F8) is known color: Heliotrope. HEX triplet: DC, 92 and F8. RGB value is (220,146,248). Sum of RGB (Red+Green+Blue) = 220+146+248=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 146 (57.42% from 255 or 23.78% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC92F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC92F8 is #236D07. Grayscale: #B3B3B3. Windows color (decimal): -2321672 or 16290524. OLE color: 16290524.
HSL color Cylindrical-coordinate representation of color #DC92F8: hue angle of 283.53º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC92F8 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 146 | 248 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.03 |
| HSL | 283.53º | 0.88% | 0.77% | - |
| HSV(B) | 283.53º | 0.41% | 0.97% | - |
| XYZ | 56.74 | 42.55 | 94.03 | - |
| YUV | 179.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 248 | 0.11 | 0.41 | 0 | 0.03 | 283.53 | 0.88 | 0.77 |
| Hex | DC | 92 | F8 | B | 29 | 0 | 3 | 11C | 58 | 4D |
| Octal | 334 | 222 | 370 | 13 | 51 | 0 | 3 | 434 | 130 | 115 |
| Binary | 11011100 | 10010010 | 11111000 | 1011 | 101001 | 0 | 11 | 100011100 | 1011000 | 1001101 |
Color Harmonies of #DC92F8
Complementary color
Monochromatic Colors of #DC92F8
Black with #DC92F8
Text Example
Text Example
White with #DC92F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC92F8; }
p { color: rgb(220,146,248); }
H1.HeaderClassName
{
color: #DC92F8;
}
.AnyTagClassName
{
color: #DC92F8;
}
</style>
background-color css
<style>
a { background-color: #DC92F8; }
a { background-color: rgb(220,146,248); }
div.DivClassName
{
background-color: #DC92F8;
}
.BgClassName
{
background-color: #DC92F8;
}
</style>
border-color css
<style>
span { border-color: #DC92F8; }
span { border-color: rgb(220,146,248); }
td.TdClassName
{
border-color: #DC92F8;
}
.TagClassName
{
border-color: #DC92F8;
}
</style>