Shades of Heliotrope #D355FD
Tints of Heliotrope #D355FD
RGB
CMYK
RGB Variations
Color information
#D355FD (or 0xD355FD) is known color: Heliotrope. HEX triplet: D3, 55 and FD. RGB value is (211,85,253). Sum of RGB (Red+Green+Blue) = 211+85+253=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #D355FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D355FD is #2CAA02. Grayscale: #8D8D8D. Windows color (decimal): -2927107 or 16602579. OLE color: 16602579.
HSL color Cylindrical-coordinate representation of color #D355FD: hue angle of 285º 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 #D355FD is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 85 | 253 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.01 |
| HSL | 285º | 0.98% | 0.66% | - |
| HSV(B) | 285º | 0.66% | 0.99% | - |
| XYZ | 47.84 | 27.44 | 95.7 | - |
| YUV | 141.83 | 190.74 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 253 | 0.17 | 0.66 | 0 | 0.01 | 285 | 0.98 | 0.66 |
| Hex | D3 | 55 | FD | 11 | 42 | 0 | 1 | 11D | 62 | 42 |
| Octal | 323 | 125 | 375 | 21 | 102 | 0 | 1 | 435 | 142 | 102 |
| Binary | 11010011 | 1010101 | 11111101 | 10001 | 1000010 | 0 | 1 | 100011101 | 1100010 | 1000010 |
Color Harmonies of #D355FD
Complementary color
Monochromatic Colors of #D355FD
Black with #D355FD
Text Example
Text Example
White with #D355FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D355FD; }
p { color: rgb(211,85,253); }
H1.HeaderClassName
{
color: #D355FD;
}
.AnyTagClassName
{
color: #D355FD;
}
</style>
background-color css
<style>
a { background-color: #D355FD; }
a { background-color: rgb(211,85,253); }
div.DivClassName
{
background-color: #D355FD;
}
.BgClassName
{
background-color: #D355FD;
}
</style>
border-color css
<style>
span { border-color: #D355FD; }
span { border-color: rgb(211,85,253); }
td.TdClassName
{
border-color: #D355FD;
}
.TagClassName
{
border-color: #D355FD;
}
</style>