Shades of Heliotrope #DC5BFD
Tints of Heliotrope #DC5BFD
RGB
CMYK
RGB Variations
Color information
#DC5BFD (or 0xDC5BFD) is known color: Heliotrope. HEX triplet: DC, 5B and FD. RGB value is (220,91,253). Sum of RGB (Red+Green+Blue) = 220+91+253=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 91 (35.94% from 255 or 16.13% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC5BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5BFD is #23A402. Grayscale: #939393. Windows color (decimal): -2335747 or 16604124. OLE color: 16604124.
HSL color Cylindrical-coordinate representation of color #DC5BFD: hue angle of 287.78º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5BFD is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 91 | 253 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.01 |
| HSL | 287.78º | 0.98% | 0.67% | - |
| HSV(B) | 287.78º | 0.64% | 0.99% | - |
| XYZ | 50.99 | 29.79 | 95.99 | - |
| YUV | 148.04 | 187.24 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 253 | 0.13 | 0.64 | 0 | 0.01 | 287.78 | 0.98 | 0.67 |
| Hex | DC | 5B | FD | D | 40 | 0 | 1 | 120 | 62 | 43 |
| Octal | 334 | 133 | 375 | 15 | 100 | 0 | 1 | 440 | 142 | 103 |
| Binary | 11011100 | 1011011 | 11111101 | 1101 | 1000000 | 0 | 1 | 100100000 | 1100010 | 1000011 |
Color Harmonies of #DC5BFD
Complementary color
Monochromatic Colors of #DC5BFD
Black with #DC5BFD
Text Example
Text Example
White with #DC5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5BFD; }
p { color: rgb(220,91,253); }
H1.HeaderClassName
{
color: #DC5BFD;
}
.AnyTagClassName
{
color: #DC5BFD;
}
</style>
background-color css
<style>
a { background-color: #DC5BFD; }
a { background-color: rgb(220,91,253); }
div.DivClassName
{
background-color: #DC5BFD;
}
.BgClassName
{
background-color: #DC5BFD;
}
</style>
border-color css
<style>
span { border-color: #DC5BFD; }
span { border-color: rgb(220,91,253); }
td.TdClassName
{
border-color: #DC5BFD;
}
.TagClassName
{
border-color: #DC5BFD;
}
</style>