Shades of Heliotrope #D45AFB
Tints of Heliotrope #D45AFB
RGB
CMYK
RGB Variations
Color information
#D45AFB (or 0xD45AFB) is known color: Heliotrope. HEX triplet: D4, 5A and FB. RGB value is (212,90,251). Sum of RGB (Red+Green+Blue) = 212+90+251=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #D45AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45AFB is #2BA504. Grayscale: #909090. Windows color (decimal): -2860293 or 16472788. OLE color: 16472788.
HSL color Cylindrical-coordinate representation of color #D45AFB: hue angle of 285.47º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D45AFB is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 90 | 251 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.02 |
| HSL | 285.47º | 0.95% | 0.67% | - |
| HSV(B) | 285.47º | 0.64% | 0.98% | - |
| XYZ | 48.22 | 28.27 | 94.18 | - |
| YUV | 144.83 | 187.92 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 251 | 0.16 | 0.64 | 0 | 0.02 | 285.47 | 0.95 | 0.67 |
| Hex | D4 | 5A | FB | 10 | 40 | 0 | 2 | 11D | 5F | 43 |
| Octal | 324 | 132 | 373 | 20 | 100 | 0 | 2 | 435 | 137 | 103 |
| Binary | 11010100 | 1011010 | 11111011 | 10000 | 1000000 | 0 | 10 | 100011101 | 1011111 | 1000011 |
Color Harmonies of #D45AFB
Complementary color
Monochromatic Colors of #D45AFB
Black with #D45AFB
Text Example
Text Example
White with #D45AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45AFB; }
p { color: rgb(212,90,251); }
H1.HeaderClassName
{
color: #D45AFB;
}
.AnyTagClassName
{
color: #D45AFB;
}
</style>
background-color css
<style>
a { background-color: #D45AFB; }
a { background-color: rgb(212,90,251); }
div.DivClassName
{
background-color: #D45AFB;
}
.BgClassName
{
background-color: #D45AFB;
}
</style>
border-color css
<style>
span { border-color: #D45AFB; }
span { border-color: rgb(212,90,251); }
td.TdClassName
{
border-color: #D45AFB;
}
.TagClassName
{
border-color: #D45AFB;
}
</style>