Shades of Heliotrope #DC55FD
Tints of Heliotrope #DC55FD
RGB
CMYK
RGB Variations
Color information
#DC55FD (or 0xDC55FD) is known color: Heliotrope. HEX triplet: DC, 55 and FD. RGB value is (220,85,253). Sum of RGB (Red+Green+Blue) = 220+85+253=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 85 (33.59% from 255 or 15.23% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC55FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC55FD is #23AA02. Grayscale: #8F8F8F. Windows color (decimal): -2337283 or 16602588. OLE color: 16602588.
HSL color Cylindrical-coordinate representation of color #DC55FD: hue angle of 288.21º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC55FD is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 85 | 253 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.01 |
| HSL | 288.21º | 0.98% | 0.66% | - |
| HSV(B) | 288.21º | 0.66% | 0.99% | - |
| XYZ | 50.49 | 28.8 | 95.83 | - |
| YUV | 144.52 | 189.23 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 253 | 0.13 | 0.66 | 0 | 0.01 | 288.21 | 0.98 | 0.66 |
| Hex | DC | 55 | FD | D | 42 | 0 | 1 | 120 | 62 | 42 |
| Octal | 334 | 125 | 375 | 15 | 102 | 0 | 1 | 440 | 142 | 102 |
| Binary | 11011100 | 1010101 | 11111101 | 1101 | 1000010 | 0 | 1 | 100100000 | 1100010 | 1000010 |
Color Harmonies of #DC55FD
Complementary color
Monochromatic Colors of #DC55FD
Black with #DC55FD
Text Example
Text Example
White with #DC55FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55FD; }
p { color: rgb(220,85,253); }
H1.HeaderClassName
{
color: #DC55FD;
}
.AnyTagClassName
{
color: #DC55FD;
}
</style>
background-color css
<style>
a { background-color: #DC55FD; }
a { background-color: rgb(220,85,253); }
div.DivClassName
{
background-color: #DC55FD;
}
.BgClassName
{
background-color: #DC55FD;
}
</style>
border-color css
<style>
span { border-color: #DC55FD; }
span { border-color: rgb(220,85,253); }
td.TdClassName
{
border-color: #DC55FD;
}
.TagClassName
{
border-color: #DC55FD;
}
</style>