Shades of Heliotrope #D255FD
Tints of Heliotrope #D255FD
RGB
CMYK
RGB Variations
Color information
#D255FD (or 0xD255FD) is known color: Heliotrope. HEX triplet: D2, 55 and FD. RGB value is (210,85,253). Sum of RGB (Red+Green+Blue) = 210+85+253=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #D255FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D255FD is #2DAA02. Grayscale: #8C8C8C. Windows color (decimal): -2992643 or 16602578. OLE color: 16602578.
HSL color Cylindrical-coordinate representation of color #D255FD: hue angle of 284.64º 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 #D255FD is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 85 | 253 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.01 |
| HSL | 284.64º | 0.98% | 0.66% | - |
| HSV(B) | 284.64º | 0.66% | 0.99% | - |
| XYZ | 47.56 | 27.29 | 95.69 | - |
| YUV | 141.53 | 190.91 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 253 | 0.17 | 0.66 | 0 | 0.01 | 284.64 | 0.98 | 0.66 |
| Hex | D2 | 55 | FD | 11 | 42 | 0 | 1 | 11D | 62 | 42 |
| Octal | 322 | 125 | 375 | 21 | 102 | 0 | 1 | 435 | 142 | 102 |
| Binary | 11010010 | 1010101 | 11111101 | 10001 | 1000010 | 0 | 1 | 100011101 | 1100010 | 1000010 |
Color Harmonies of #D255FD
Complementary color
Monochromatic Colors of #D255FD
Black with #D255FD
Text Example
Text Example
White with #D255FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255FD; }
p { color: rgb(210,85,253); }
H1.HeaderClassName
{
color: #D255FD;
}
.AnyTagClassName
{
color: #D255FD;
}
</style>
background-color css
<style>
a { background-color: #D255FD; }
a { background-color: rgb(210,85,253); }
div.DivClassName
{
background-color: #D255FD;
}
.BgClassName
{
background-color: #D255FD;
}
</style>
border-color css
<style>
span { border-color: #D255FD; }
span { border-color: rgb(210,85,253); }
td.TdClassName
{
border-color: #D255FD;
}
.TagClassName
{
border-color: #D255FD;
}
</style>