Shades of Heliotrope #D450FD
Tints of Heliotrope #D450FD
RGB
CMYK
RGB Variations
Color information
#D450FD (or 0xD450FD) is known color: Heliotrope. HEX triplet: D4, 50 and FD. RGB value is (212,80,253). Sum of RGB (Red+Green+Blue) = 212+80+253=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 80 (31.64% from 255 or 14.68% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #D450FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D450FD is #2BAF02. Grayscale: #8A8A8A. Windows color (decimal): -2862851 or 16601300. OLE color: 16601300.
HSL color Cylindrical-coordinate representation of color #D450FD: hue angle of 285.78º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D450FD is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 80 | 253 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.01 |
| HSL | 285.78º | 0.98% | 0.65% | - |
| HSV(B) | 285.78º | 0.68% | 0.99% | - |
| XYZ | 47.75 | 26.83 | 95.59 | - |
| YUV | 139.19 | 192.23 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 253 | 0.16 | 0.68 | 0 | 0.01 | 285.78 | 0.98 | 0.65 |
| Hex | D4 | 50 | FD | 10 | 44 | 0 | 1 | 11E | 62 | 41 |
| Octal | 324 | 120 | 375 | 20 | 104 | 0 | 1 | 436 | 142 | 101 |
| Binary | 11010100 | 1010000 | 11111101 | 10000 | 1000100 | 0 | 1 | 100011110 | 1100010 | 1000001 |
Color Harmonies of #D450FD
Complementary color
Monochromatic Colors of #D450FD
Black with #D450FD
Text Example
Text Example
White with #D450FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D450FD; }
p { color: rgb(212,80,253); }
H1.HeaderClassName
{
color: #D450FD;
}
.AnyTagClassName
{
color: #D450FD;
}
</style>
background-color css
<style>
a { background-color: #D450FD; }
a { background-color: rgb(212,80,253); }
div.DivClassName
{
background-color: #D450FD;
}
.BgClassName
{
background-color: #D450FD;
}
</style>
border-color css
<style>
span { border-color: #D450FD; }
span { border-color: rgb(212,80,253); }
td.TdClassName
{
border-color: #D450FD;
}
.TagClassName
{
border-color: #D450FD;
}
</style>