Shades of Heliotrope #D445FF
Tints of Heliotrope #D445FF
RGB
CMYK
RGB Variations
Color information
#D445FF (or 0xD445FF) is known color: Heliotrope. HEX triplet: D4, 45 and FF. RGB value is (212,69,255). Sum of RGB (Red+Green+Blue) = 212+69+255=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 69 (27.34% from 255 or 12.87% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #D445FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D445FF is #2BBA00. Grayscale: #848484. Windows color (decimal): -2865665 or 16729556. OLE color: 16729556.
HSL color Cylindrical-coordinate representation of color #D445FF: hue angle of 286.13º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D445FF is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 69 | 255 | - |
| CMYK | 0.17 | 0.73 | 0 | 0 |
| HSL | 286.13º | 1% | 0.64% | - |
| HSV(B) | 286.13º | 0.73% | 1% | - |
| XYZ | 47.33 | 25.47 | 97.03 | - |
| YUV | 132.96 | 196.88 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 255 | 0.17 | 0.73 | 0 | 0 | 286.13 | 1 | 0.64 |
| Hex | D4 | 45 | FF | 11 | 49 | 0 | 0 | 11E | 64 | 40 |
| Octal | 324 | 105 | 377 | 21 | 111 | 0 | 0 | 436 | 144 | 100 |
| Binary | 11010100 | 1000101 | 11111111 | 10001 | 1001001 | 0 | 0 | 100011110 | 1100100 | 1000000 |
Color Harmonies of #D445FF
Complementary color
Monochromatic Colors of #D445FF
Black with #D445FF
Text Example
Text Example
White with #D445FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D445FF; }
p { color: rgb(212,69,255); }
H1.HeaderClassName
{
color: #D445FF;
}
.AnyTagClassName
{
color: #D445FF;
}
</style>
background-color css
<style>
a { background-color: #D445FF; }
a { background-color: rgb(212,69,255); }
div.DivClassName
{
background-color: #D445FF;
}
.BgClassName
{
background-color: #D445FF;
}
</style>
border-color css
<style>
span { border-color: #D445FF; }
span { border-color: rgb(212,69,255); }
td.TdClassName
{
border-color: #D445FF;
}
.TagClassName
{
border-color: #D445FF;
}
</style>