Shades of Heliotrope #D540FB
Tints of Heliotrope #D540FB
RGB
CMYK
RGB Variations
Color information
#D540FB (or 0xD540FB) is known color: Heliotrope. HEX triplet: D5, 40 and FB. RGB value is (213,64,251). Sum of RGB (Red+Green+Blue) = 213+64+251=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 64 (25.39% from 255 or 12.12% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #D540FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D540FB is #2ABF04. Grayscale: #818181. Windows color (decimal): -2801413 or 16466133. OLE color: 16466133.
HSL color Cylindrical-coordinate representation of color #D540FB: hue angle of 287.81º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D540FB is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 64 | 251 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.02 |
| HSL | 287.81º | 0.96% | 0.62% | - |
| HSV(B) | 287.81º | 0.75% | 0.98% | - |
| XYZ | 46.69 | 24.78 | 93.59 | - |
| YUV | 129.87 | 196.36 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 251 | 0.15 | 0.75 | 0 | 0.02 | 287.81 | 0.96 | 0.62 |
| Hex | D5 | 40 | FB | F | 4B | 0 | 2 | 120 | 60 | 3E |
| Octal | 325 | 100 | 373 | 17 | 113 | 0 | 2 | 440 | 140 | 76 |
| Binary | 11010101 | 1000000 | 11111011 | 1111 | 1001011 | 0 | 10 | 100100000 | 1100000 | 111110 |
Color Harmonies of #D540FB
Complementary color
Monochromatic Colors of #D540FB
Black with #D540FB
Text Example
Text Example
White with #D540FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540FB; }
p { color: rgb(213,64,251); }
H1.HeaderClassName
{
color: #D540FB;
}
.AnyTagClassName
{
color: #D540FB;
}
</style>
background-color css
<style>
a { background-color: #D540FB; }
a { background-color: rgb(213,64,251); }
div.DivClassName
{
background-color: #D540FB;
}
.BgClassName
{
background-color: #D540FB;
}
</style>
border-color css
<style>
span { border-color: #D540FB; }
span { border-color: rgb(213,64,251); }
td.TdClassName
{
border-color: #D540FB;
}
.TagClassName
{
border-color: #D540FB;
}
</style>