Shades of Heliotrope #D550FC
Tints of Heliotrope #D550FC
RGB
CMYK
RGB Variations
Color information
#D550FC (or 0xD550FC) is known color: Heliotrope. HEX triplet: D5, 50 and FC. RGB value is (213,80,252). Sum of RGB (Red+Green+Blue) = 213+80+252=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 80 (31.64% from 255 or 14.68% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #D550FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D550FC is #2AAF03. Grayscale: #8A8A8A. Windows color (decimal): -2797316 or 16535765. OLE color: 16535765.
HSL color Cylindrical-coordinate representation of color #D550FC: hue angle of 286.4º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D550FC is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 80 | 252 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.01 |
| HSL | 286.4º | 0.97% | 0.65% | - |
| HSV(B) | 286.4º | 0.68% | 0.99% | - |
| XYZ | 47.88 | 26.91 | 94.77 | - |
| YUV | 139.38 | 191.56 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 252 | 0.15 | 0.68 | 0 | 0.01 | 286.4 | 0.97 | 0.65 |
| Hex | D5 | 50 | FC | F | 44 | 0 | 1 | 11E | 61 | 41 |
| Octal | 325 | 120 | 374 | 17 | 104 | 0 | 1 | 436 | 141 | 101 |
| Binary | 11010101 | 1010000 | 11111100 | 1111 | 1000100 | 0 | 1 | 100011110 | 1100001 | 1000001 |
Color Harmonies of #D550FC
Complementary color
Monochromatic Colors of #D550FC
Black with #D550FC
Text Example
Text Example
White with #D550FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D550FC; }
p { color: rgb(213,80,252); }
H1.HeaderClassName
{
color: #D550FC;
}
.AnyTagClassName
{
color: #D550FC;
}
</style>
background-color css
<style>
a { background-color: #D550FC; }
a { background-color: rgb(213,80,252); }
div.DivClassName
{
background-color: #D550FC;
}
.BgClassName
{
background-color: #D550FC;
}
</style>
border-color css
<style>
span { border-color: #D550FC; }
span { border-color: rgb(213,80,252); }
td.TdClassName
{
border-color: #D550FC;
}
.TagClassName
{
border-color: #D550FC;
}
</style>