Shades of Heliotrope #D445FA
Tints of Heliotrope #D445FA
RGB
CMYK
RGB Variations
Color information
#D445FA (or 0xD445FA) is known color: Heliotrope. HEX triplet: D4, 45 and FA. RGB value is (212,69,250). Sum of RGB (Red+Green+Blue) = 212+69+250=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 69 (27.34% from 255 or 12.99% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #D445FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D445FA is #2BBA05. Grayscale: #838383. Windows color (decimal): -2865670 or 16401876. OLE color: 16401876.
HSL color Cylindrical-coordinate representation of color #D445FA: hue angle of 287.4º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D445FA is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 69 | 250 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.02 |
| HSL | 287.4º | 0.95% | 0.63% | - |
| HSV(B) | 287.4º | 0.72% | 0.98% | - |
| XYZ | 46.53 | 25.16 | 92.85 | - |
| YUV | 132.39 | 194.38 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 250 | 0.15 | 0.72 | 0 | 0.02 | 287.4 | 0.95 | 0.63 |
| Hex | D4 | 45 | FA | F | 48 | 0 | 2 | 11F | 5F | 3F |
| Octal | 324 | 105 | 372 | 17 | 110 | 0 | 2 | 437 | 137 | 77 |
| Binary | 11010100 | 1000101 | 11111010 | 1111 | 1001000 | 0 | 10 | 100011111 | 1011111 | 111111 |
Color Harmonies of #D445FA
Complementary color
Monochromatic Colors of #D445FA
Black with #D445FA
Text Example
Text Example
White with #D445FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D445FA; }
p { color: rgb(212,69,250); }
H1.HeaderClassName
{
color: #D445FA;
}
.AnyTagClassName
{
color: #D445FA;
}
</style>
background-color css
<style>
a { background-color: #D445FA; }
a { background-color: rgb(212,69,250); }
div.DivClassName
{
background-color: #D445FA;
}
.BgClassName
{
background-color: #D445FA;
}
</style>
border-color css
<style>
span { border-color: #D445FA; }
span { border-color: rgb(212,69,250); }
td.TdClassName
{
border-color: #D445FA;
}
.TagClassName
{
border-color: #D445FA;
}
</style>