Shades of Heliotrope #D445FD
Tints of Heliotrope #D445FD
RGB
CMYK
RGB Variations
Color information
#D445FD (or 0xD445FD) is known color: Heliotrope. HEX triplet: D4, 45 and FD. RGB value is (212,69,253). Sum of RGB (Red+Green+Blue) = 212+69+253=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 69 (27.34% from 255 or 12.92% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #D445FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D445FD is #2BBA02. Grayscale: #848484. Windows color (decimal): -2865667 or 16598484. OLE color: 16598484.
HSL color Cylindrical-coordinate representation of color #D445FD: hue angle of 286.63º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D445FD is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 69 | 253 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.01 |
| HSL | 286.63º | 0.98% | 0.63% | - |
| HSV(B) | 286.63º | 0.73% | 0.99% | - |
| XYZ | 47.01 | 25.35 | 95.34 | - |
| YUV | 132.73 | 195.88 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 253 | 0.16 | 0.73 | 0 | 0.01 | 286.63 | 0.98 | 0.63 |
| Hex | D4 | 45 | FD | 10 | 49 | 0 | 1 | 11F | 62 | 3F |
| Octal | 324 | 105 | 375 | 20 | 111 | 0 | 1 | 437 | 142 | 77 |
| Binary | 11010100 | 1000101 | 11111101 | 10000 | 1001001 | 0 | 1 | 100011111 | 1100010 | 111111 |
Color Harmonies of #D445FD
Complementary color
Monochromatic Colors of #D445FD
Black with #D445FD
Text Example
Text Example
White with #D445FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D445FD; }
p { color: rgb(212,69,253); }
H1.HeaderClassName
{
color: #D445FD;
}
.AnyTagClassName
{
color: #D445FD;
}
</style>
background-color css
<style>
a { background-color: #D445FD; }
a { background-color: rgb(212,69,253); }
div.DivClassName
{
background-color: #D445FD;
}
.BgClassName
{
background-color: #D445FD;
}
</style>
border-color css
<style>
span { border-color: #D445FD; }
span { border-color: rgb(212,69,253); }
td.TdClassName
{
border-color: #D445FD;
}
.TagClassName
{
border-color: #D445FD;
}
</style>