Shades of Heliotrope #D53FFD
Tints of Heliotrope #D53FFD
RGB
CMYK
RGB Variations
Color information
#D53FFD (or 0xD53FFD) is known color: Heliotrope. HEX triplet: D5, 3F and FD. RGB value is (213,63,253). Sum of RGB (Red+Green+Blue) = 213+63+253=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 63 (25% from 255 or 11.91% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #D53FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53FFD is #2AC002. Grayscale: #808080. Windows color (decimal): -2801667 or 16596949. OLE color: 16596949.
HSL color Cylindrical-coordinate representation of color #D53FFD: hue angle of 287.37º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53FFD is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 63 | 253 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.01 |
| HSL | 287.37º | 0.98% | 0.62% | - |
| HSV(B) | 287.37º | 0.75% | 0.99% | - |
| XYZ | 46.95 | 24.79 | 95.24 | - |
| YUV | 129.51 | 197.7 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 253 | 0.16 | 0.75 | 0 | 0.01 | 287.37 | 0.98 | 0.62 |
| Hex | D5 | 3F | FD | 10 | 4B | 0 | 1 | 11F | 62 | 3E |
| Octal | 325 | 77 | 375 | 20 | 113 | 0 | 1 | 437 | 142 | 76 |
| Binary | 11010101 | 111111 | 11111101 | 10000 | 1001011 | 0 | 1 | 100011111 | 1100010 | 111110 |
Color Harmonies of #D53FFD
Complementary color
Monochromatic Colors of #D53FFD
Black with #D53FFD
Text Example
Text Example
White with #D53FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FFD; }
p { color: rgb(213,63,253); }
H1.HeaderClassName
{
color: #D53FFD;
}
.AnyTagClassName
{
color: #D53FFD;
}
</style>
background-color css
<style>
a { background-color: #D53FFD; }
a { background-color: rgb(213,63,253); }
div.DivClassName
{
background-color: #D53FFD;
}
.BgClassName
{
background-color: #D53FFD;
}
</style>
border-color css
<style>
span { border-color: #D53FFD; }
span { border-color: rgb(213,63,253); }
td.TdClassName
{
border-color: #D53FFD;
}
.TagClassName
{
border-color: #D53FFD;
}
</style>