Shades of Heliotrope #D552FC
Tints of Heliotrope #D552FC
RGB
CMYK
RGB Variations
Color information
#D552FC (or 0xD552FC) is known color: Heliotrope. HEX triplet: D5, 52 and FC. RGB value is (213,82,252). Sum of RGB (Red+Green+Blue) = 213+82+252=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 82 (32.42% from 255 or 14.99% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #D552FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D552FC is #2AAD03. Grayscale: #8C8C8C. Windows color (decimal): -2796804 or 16536277. OLE color: 16536277.
HSL color Cylindrical-coordinate representation of color #D552FC: hue angle of 286.24º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D552FC is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 82 | 252 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.01 |
| HSL | 286.24º | 0.97% | 0.65% | - |
| HSV(B) | 286.24º | 0.67% | 0.99% | - |
| XYZ | 48.03 | 27.21 | 94.82 | - |
| YUV | 140.55 | 190.9 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 252 | 0.15 | 0.67 | 0 | 0.01 | 286.24 | 0.97 | 0.65 |
| Hex | D5 | 52 | FC | F | 43 | 0 | 1 | 11E | 61 | 41 |
| Octal | 325 | 122 | 374 | 17 | 103 | 0 | 1 | 436 | 141 | 101 |
| Binary | 11010101 | 1010010 | 11111100 | 1111 | 1000011 | 0 | 1 | 100011110 | 1100001 | 1000001 |
Color Harmonies of #D552FC
Complementary color
Monochromatic Colors of #D552FC
Black with #D552FC
Text Example
Text Example
White with #D552FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552FC; }
p { color: rgb(213,82,252); }
H1.HeaderClassName
{
color: #D552FC;
}
.AnyTagClassName
{
color: #D552FC;
}
</style>
background-color css
<style>
a { background-color: #D552FC; }
a { background-color: rgb(213,82,252); }
div.DivClassName
{
background-color: #D552FC;
}
.BgClassName
{
background-color: #D552FC;
}
</style>
border-color css
<style>
span { border-color: #D552FC; }
span { border-color: rgb(213,82,252); }
td.TdClassName
{
border-color: #D552FC;
}
.TagClassName
{
border-color: #D552FC;
}
</style>