Shades of Heliotrope #DC75F8
Tints of Heliotrope #DC75F8
RGB
CMYK
RGB Variations
Color information
#DC75F8 (or 0xDC75F8) is known color: Heliotrope. HEX triplet: DC, 75 and F8. RGB value is (220,117,248). Sum of RGB (Red+Green+Blue) = 220+117+248=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 117 (46.09% from 255 or 20% from 585); Blue value is 248 (97.27% from 255 or 42.39% from 585); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC75F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC75F8 is #238A07. Grayscale: #A2A2A2. Windows color (decimal): -2329096 or 16283100. OLE color: 16283100.
HSL color Cylindrical-coordinate representation of color #DC75F8: hue angle of 287.18º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC75F8 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 117 | 248 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.03 |
| HSL | 287.18º | 0.9% | 0.72% | - |
| HSV(B) | 287.18º | 0.53% | 0.97% | - |
| XYZ | 52.82 | 34.72 | 92.72 | - |
| YUV | 162.73 | 176.12 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 248 | 0.11 | 0.53 | 0 | 0.03 | 287.18 | 0.9 | 0.72 |
| Hex | DC | 75 | F8 | B | 35 | 0 | 3 | 11F | 5A | 48 |
| Octal | 334 | 165 | 370 | 13 | 65 | 0 | 3 | 437 | 132 | 110 |
| Binary | 11011100 | 1110101 | 11111000 | 1011 | 110101 | 0 | 11 | 100011111 | 1011010 | 1001000 |
Color Harmonies of #DC75F8
Complementary color
Monochromatic Colors of #DC75F8
Black with #DC75F8
Text Example
Text Example
White with #DC75F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75F8; }
p { color: rgb(220,117,248); }
H1.HeaderClassName
{
color: #DC75F8;
}
.AnyTagClassName
{
color: #DC75F8;
}
</style>
background-color css
<style>
a { background-color: #DC75F8; }
a { background-color: rgb(220,117,248); }
div.DivClassName
{
background-color: #DC75F8;
}
.BgClassName
{
background-color: #DC75F8;
}
</style>
border-color css
<style>
span { border-color: #DC75F8; }
span { border-color: rgb(220,117,248); }
td.TdClassName
{
border-color: #DC75F8;
}
.TagClassName
{
border-color: #DC75F8;
}
</style>