Shades of Heliotrope #DC60F8
Tints of Heliotrope #DC60F8
RGB
CMYK
RGB Variations
Color information
#DC60F8 (or 0xDC60F8) is known color: Heliotrope. HEX triplet: DC, 60 and F8. RGB value is (220,96,248). Sum of RGB (Red+Green+Blue) = 220+96+248=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 96 (37.89% from 255 or 17.02% from 564); Blue value is 248 (97.27% from 255 or 43.97% from 564); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC60F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC60F8 is #239F07. Grayscale: #959595. Windows color (decimal): -2334472 or 16277724. OLE color: 16277724.
HSL color Cylindrical-coordinate representation of color #DC60F8: hue angle of 288.95º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC60F8 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 96 | 248 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.03 |
| HSL | 288.95º | 0.92% | 0.67% | - |
| HSV(B) | 288.95º | 0.61% | 0.97% | - |
| XYZ | 50.64 | 30.36 | 92 | - |
| YUV | 150.4 | 183.08 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 248 | 0.11 | 0.61 | 0 | 0.03 | 288.95 | 0.92 | 0.67 |
| Hex | DC | 60 | F8 | B | 3D | 0 | 3 | 121 | 5C | 43 |
| Octal | 334 | 140 | 370 | 13 | 75 | 0 | 3 | 441 | 134 | 103 |
| Binary | 11011100 | 1100000 | 11111000 | 1011 | 111101 | 0 | 11 | 100100001 | 1011100 | 1000011 |
Color Harmonies of #DC60F8
Complementary color
Monochromatic Colors of #DC60F8
Black with #DC60F8
Text Example
Text Example
White with #DC60F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60F8; }
p { color: rgb(220,96,248); }
H1.HeaderClassName
{
color: #DC60F8;
}
.AnyTagClassName
{
color: #DC60F8;
}
</style>
background-color css
<style>
a { background-color: #DC60F8; }
a { background-color: rgb(220,96,248); }
div.DivClassName
{
background-color: #DC60F8;
}
.BgClassName
{
background-color: #DC60F8;
}
</style>
border-color css
<style>
span { border-color: #DC60F8; }
span { border-color: rgb(220,96,248); }
td.TdClassName
{
border-color: #DC60F8;
}
.TagClassName
{
border-color: #DC60F8;
}
</style>