Shades of Heliotrope #D45DFD
Tints of Heliotrope #D45DFD
RGB
CMYK
RGB Variations
Color information
#D45DFD (or 0xD45DFD) is known color: Heliotrope. HEX triplet: D4, 5D and FD. RGB value is (212,93,253). Sum of RGB (Red+Green+Blue) = 212+93+253=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 93 (36.72% from 255 or 16.67% 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 #D45DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45DFD is #2BA202. Grayscale: #929292. Windows color (decimal): -2859523 or 16604628. OLE color: 16604628.
HSL color Cylindrical-coordinate representation of color #D45DFD: hue angle of 284.62º 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 #D45DFD is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 93 | 253 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.01 |
| HSL | 284.63º | 0.98% | 0.68% | - |
| HSV(B) | 284.63º | 0.63% | 0.99% | - |
| XYZ | 48.8 | 28.92 | 95.94 | - |
| YUV | 146.82 | 187.92 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 93 | 253 | 0.16 | 0.63 | 0 | 0.01 | 284.63 | 0.98 | 0.68 |
| Hex | D4 | 5D | FD | 10 | 3F | 0 | 1 | 11D | 62 | 44 |
| Octal | 324 | 135 | 375 | 20 | 77 | 0 | 1 | 435 | 142 | 104 |
| Binary | 11010100 | 1011101 | 11111101 | 10000 | 111111 | 0 | 1 | 100011101 | 1100010 | 1000100 |
Color Harmonies of #D45DFD
Complementary color
Monochromatic Colors of #D45DFD
Black with #D45DFD
Text Example
Text Example
White with #D45DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45DFD; }
p { color: rgb(212,93,253); }
H1.HeaderClassName
{
color: #D45DFD;
}
.AnyTagClassName
{
color: #D45DFD;
}
</style>
background-color css
<style>
a { background-color: #D45DFD; }
a { background-color: rgb(212,93,253); }
div.DivClassName
{
background-color: #D45DFD;
}
.BgClassName
{
background-color: #D45DFD;
}
</style>
border-color css
<style>
span { border-color: #D45DFD; }
span { border-color: rgb(212,93,253); }
td.TdClassName
{
border-color: #D45DFD;
}
.TagClassName
{
border-color: #D45DFD;
}
</style>