Shades of Heliotrope #D552FE
Tints of Heliotrope #D552FE
RGB
CMYK
RGB Variations
Color information
#D552FE (or 0xD552FE) is known color: Heliotrope. HEX triplet: D5, 52 and FE. RGB value is (213,82,254). Sum of RGB (Red+Green+Blue) = 213+82+254=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 82 (32.42% from 255 or 14.94% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #D552FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D552FE is #2AAD01. Grayscale: #8C8C8C. Windows color (decimal): -2796802 or 16667349. OLE color: 16667349.
HSL color Cylindrical-coordinate representation of color #D552FE: hue angle of 285.7º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D552FE is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 82 | 254 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.00 |
| HSL | 285.7º | 0.99% | 0.66% | - |
| HSV(B) | 285.7º | 0.68% | 1% | - |
| XYZ | 48.35 | 27.34 | 96.49 | - |
| YUV | 140.78 | 191.9 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 254 | 0.16 | 0.68 | 0 | 0.00 | 285.7 | 0.99 | 0.66 |
| Hex | D5 | 52 | FE | 10 | 44 | 0 | 0 | 11E | 63 | 42 |
| Octal | 325 | 122 | 376 | 20 | 104 | 0 | 0 | 436 | 143 | 102 |
| Binary | 11010101 | 1010010 | 11111110 | 10000 | 1000100 | 0 | 0 | 100011110 | 1100011 | 1000010 |
Color Harmonies of #D552FE
Complementary color
Monochromatic Colors of #D552FE
Black with #D552FE
Text Example
Text Example
White with #D552FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552FE; }
p { color: rgb(213,82,254); }
H1.HeaderClassName
{
color: #D552FE;
}
.AnyTagClassName
{
color: #D552FE;
}
</style>
background-color css
<style>
a { background-color: #D552FE; }
a { background-color: rgb(213,82,254); }
div.DivClassName
{
background-color: #D552FE;
}
.BgClassName
{
background-color: #D552FE;
}
</style>
border-color css
<style>
span { border-color: #D552FE; }
span { border-color: rgb(213,82,254); }
td.TdClassName
{
border-color: #D552FE;
}
.TagClassName
{
border-color: #D552FE;
}
</style>