Shades of Heliotrope #D445FB
Tints of Heliotrope #D445FB
RGB
CMYK
RGB Variations
Color information
#D445FB (or 0xD445FB) is known color: Heliotrope. HEX triplet: D4, 45 and FB. RGB value is (212,69,251). Sum of RGB (Red+Green+Blue) = 212+69+251=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 69 (27.34% from 255 or 12.97% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #D445FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D445FB is #2BBA04. Grayscale: #838383. Windows color (decimal): -2865669 or 16467412. OLE color: 16467412.
HSL color Cylindrical-coordinate representation of color #D445FB: hue angle of 287.14º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D445FB is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 69 | 251 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.02 |
| HSL | 287.14º | 0.96% | 0.63% | - |
| HSV(B) | 287.14º | 0.73% | 0.98% | - |
| XYZ | 46.69 | 25.22 | 93.67 | - |
| YUV | 132.51 | 194.88 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 251 | 0.16 | 0.73 | 0 | 0.02 | 287.14 | 0.96 | 0.63 |
| Hex | D4 | 45 | FB | 10 | 49 | 0 | 2 | 11F | 60 | 3F |
| Octal | 324 | 105 | 373 | 20 | 111 | 0 | 2 | 437 | 140 | 77 |
| Binary | 11010100 | 1000101 | 11111011 | 10000 | 1001001 | 0 | 10 | 100011111 | 1100000 | 111111 |
Color Harmonies of #D445FB
Complementary color
Monochromatic Colors of #D445FB
Black with #D445FB
Text Example
Text Example
White with #D445FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D445FB; }
p { color: rgb(212,69,251); }
H1.HeaderClassName
{
color: #D445FB;
}
.AnyTagClassName
{
color: #D445FB;
}
</style>
background-color css
<style>
a { background-color: #D445FB; }
a { background-color: rgb(212,69,251); }
div.DivClassName
{
background-color: #D445FB;
}
.BgClassName
{
background-color: #D445FB;
}
</style>
border-color css
<style>
span { border-color: #D445FB; }
span { border-color: rgb(212,69,251); }
td.TdClassName
{
border-color: #D445FB;
}
.TagClassName
{
border-color: #D445FB;
}
</style>