Shades of Heliotrope #D450FC
Tints of Heliotrope #D450FC
RGB
CMYK
RGB Variations
Color information
#D450FC (or 0xD450FC) is known color: Heliotrope. HEX triplet: D4, 50 and FC. RGB value is (212,80,252). Sum of RGB (Red+Green+Blue) = 212+80+252=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 80 (31.64% from 255 or 14.71% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #D450FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D450FC is #2BAF03. Grayscale: #8A8A8A. Windows color (decimal): -2862852 or 16535764. OLE color: 16535764.
HSL color Cylindrical-coordinate representation of color #D450FC: hue angle of 286.05º degrees, saturation: 0.97, 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 #D450FC is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 80 | 252 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.01 |
| HSL | 286.05º | 0.97% | 0.65% | - |
| HSV(B) | 286.05º | 0.68% | 0.99% | - |
| XYZ | 47.59 | 26.76 | 94.75 | - |
| YUV | 139.08 | 191.73 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 252 | 0.16 | 0.68 | 0 | 0.01 | 286.05 | 0.97 | 0.65 |
| Hex | D4 | 50 | FC | 10 | 44 | 0 | 1 | 11E | 61 | 41 |
| Octal | 324 | 120 | 374 | 20 | 104 | 0 | 1 | 436 | 141 | 101 |
| Binary | 11010100 | 1010000 | 11111100 | 10000 | 1000100 | 0 | 1 | 100011110 | 1100001 | 1000001 |
Color Harmonies of #D450FC
Complementary color
Monochromatic Colors of #D450FC
Black with #D450FC
Text Example
Text Example
White with #D450FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D450FC; }
p { color: rgb(212,80,252); }
H1.HeaderClassName
{
color: #D450FC;
}
.AnyTagClassName
{
color: #D450FC;
}
</style>
background-color css
<style>
a { background-color: #D450FC; }
a { background-color: rgb(212,80,252); }
div.DivClassName
{
background-color: #D450FC;
}
.BgClassName
{
background-color: #D450FC;
}
</style>
border-color css
<style>
span { border-color: #D450FC; }
span { border-color: rgb(212,80,252); }
td.TdClassName
{
border-color: #D450FC;
}
.TagClassName
{
border-color: #D450FC;
}
</style>