Shades of Heliotrope #D55DFD
Tints of Heliotrope #D55DFD
RGB
CMYK
RGB Variations
Color information
#D55DFD (or 0xD55DFD) is known color: Heliotrope. HEX triplet: D5, 5D and FD. RGB value is (213,93,253). Sum of RGB (Red+Green+Blue) = 213+93+253=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 93 (36.72% from 255 or 16.64% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #D55DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55DFD is #2AA202. Grayscale: #929292. Windows color (decimal): -2793987 or 16604629. OLE color: 16604629.
HSL color Cylindrical-coordinate representation of color #D55DFD: hue angle of 285º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D55DFD is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 93 | 253 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.01 |
| HSL | 285º | 0.98% | 0.68% | - |
| HSV(B) | 285º | 0.63% | 0.99% | - |
| XYZ | 49.08 | 29.07 | 95.95 | - |
| YUV | 147.12 | 187.76 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 253 | 0.16 | 0.63 | 0 | 0.01 | 285 | 0.98 | 0.68 |
| Hex | D5 | 5D | FD | 10 | 3F | 0 | 1 | 11D | 62 | 44 |
| Octal | 325 | 135 | 375 | 20 | 77 | 0 | 1 | 435 | 142 | 104 |
| Binary | 11010101 | 1011101 | 11111101 | 10000 | 111111 | 0 | 1 | 100011101 | 1100010 | 1000100 |
Color Harmonies of #D55DFD
Complementary color
Monochromatic Colors of #D55DFD
Black with #D55DFD
Text Example
Text Example
White with #D55DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DFD; }
p { color: rgb(213,93,253); }
H1.HeaderClassName
{
color: #D55DFD;
}
.AnyTagClassName
{
color: #D55DFD;
}
</style>
background-color css
<style>
a { background-color: #D55DFD; }
a { background-color: rgb(213,93,253); }
div.DivClassName
{
background-color: #D55DFD;
}
.BgClassName
{
background-color: #D55DFD;
}
</style>
border-color css
<style>
span { border-color: #D55DFD; }
span { border-color: rgb(213,93,253); }
td.TdClassName
{
border-color: #D55DFD;
}
.TagClassName
{
border-color: #D55DFD;
}
</style>