Shades of Heliotrope #D455FB
Tints of Heliotrope #D455FB
RGB
CMYK
RGB Variations
Color information
#D455FB (or 0xD455FB) is known color: Heliotrope. HEX triplet: D4, 55 and FB. RGB value is (212,85,251). Sum of RGB (Red+Green+Blue) = 212+85+251=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #D455FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D455FB is #2BAA04. Grayscale: #8D8D8D. Windows color (decimal): -2861573 or 16471508. OLE color: 16471508.
HSL color Cylindrical-coordinate representation of color #D455FB: hue angle of 285.9º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D455FB is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 85 | 251 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.02 |
| HSL | 285.9º | 0.95% | 0.66% | - |
| HSV(B) | 285.9º | 0.66% | 0.98% | - |
| XYZ | 47.81 | 27.46 | 94.05 | - |
| YUV | 141.9 | 189.58 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 251 | 0.16 | 0.66 | 0 | 0.02 | 285.9 | 0.95 | 0.66 |
| Hex | D4 | 55 | FB | 10 | 42 | 0 | 2 | 11E | 5F | 42 |
| Octal | 324 | 125 | 373 | 20 | 102 | 0 | 2 | 436 | 137 | 102 |
| Binary | 11010100 | 1010101 | 11111011 | 10000 | 1000010 | 0 | 10 | 100011110 | 1011111 | 1000010 |
Color Harmonies of #D455FB
Complementary color
Monochromatic Colors of #D455FB
Black with #D455FB
Text Example
Text Example
White with #D455FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D455FB; }
p { color: rgb(212,85,251); }
H1.HeaderClassName
{
color: #D455FB;
}
.AnyTagClassName
{
color: #D455FB;
}
</style>
background-color css
<style>
a { background-color: #D455FB; }
a { background-color: rgb(212,85,251); }
div.DivClassName
{
background-color: #D455FB;
}
.BgClassName
{
background-color: #D455FB;
}
</style>
border-color css
<style>
span { border-color: #D455FB; }
span { border-color: rgb(212,85,251); }
td.TdClassName
{
border-color: #D455FB;
}
.TagClassName
{
border-color: #D455FB;
}
</style>