Shades of Heliotrope #D55AFD
Tints of Heliotrope #D55AFD
RGB
CMYK
RGB Variations
Color information
#D55AFD (or 0xD55AFD) is known color: Heliotrope. HEX triplet: D5, 5A and FD. RGB value is (213,90,253). Sum of RGB (Red+Green+Blue) = 213+90+253=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 90 (35.55% from 255 or 16.19% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #D55AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55AFD is #2AA502. Grayscale: #909090. Windows color (decimal): -2794755 or 16603861. OLE color: 16603861.
HSL color Cylindrical-coordinate representation of color #D55AFD: hue angle of 285.28º 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 #D55AFD is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 90 | 253 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.01 |
| HSL | 285.28º | 0.98% | 0.67% | - |
| HSV(B) | 285.28º | 0.64% | 0.99% | - |
| XYZ | 48.83 | 28.55 | 95.87 | - |
| YUV | 145.36 | 188.75 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 253 | 0.16 | 0.64 | 0 | 0.01 | 285.28 | 0.98 | 0.67 |
| Hex | D5 | 5A | FD | 10 | 40 | 0 | 1 | 11D | 62 | 43 |
| Octal | 325 | 132 | 375 | 20 | 100 | 0 | 1 | 435 | 142 | 103 |
| Binary | 11010101 | 1011010 | 11111101 | 10000 | 1000000 | 0 | 1 | 100011101 | 1100010 | 1000011 |
Color Harmonies of #D55AFD
Complementary color
Monochromatic Colors of #D55AFD
Black with #D55AFD
Text Example
Text Example
White with #D55AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AFD; }
p { color: rgb(213,90,253); }
H1.HeaderClassName
{
color: #D55AFD;
}
.AnyTagClassName
{
color: #D55AFD;
}
</style>
background-color css
<style>
a { background-color: #D55AFD; }
a { background-color: rgb(213,90,253); }
div.DivClassName
{
background-color: #D55AFD;
}
.BgClassName
{
background-color: #D55AFD;
}
</style>
border-color css
<style>
span { border-color: #D55AFD; }
span { border-color: rgb(213,90,253); }
td.TdClassName
{
border-color: #D55AFD;
}
.TagClassName
{
border-color: #D55AFD;
}
</style>