Shades of Heliotrope #D450FE
Tints of Heliotrope #D450FE
RGB
CMYK
RGB Variations
Color information
#D450FE (or 0xD450FE) is known color: Heliotrope. HEX triplet: D4, 50 and FE. RGB value is (212,80,254). Sum of RGB (Red+Green+Blue) = 212+80+254=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 80 (31.64% from 255 or 14.65% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #D450FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D450FE is #2BAF01. Grayscale: #8A8A8A. Windows color (decimal): -2862850 or 16666836. OLE color: 16666836.
HSL color Cylindrical-coordinate representation of color #D450FE: hue angle of 285.52º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D450FE is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 80 | 254 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.00 |
| HSL | 285.52º | 0.99% | 0.65% | - |
| HSV(B) | 285.52º | 0.69% | 1% | - |
| XYZ | 47.91 | 26.89 | 96.43 | - |
| YUV | 139.3 | 192.73 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 254 | 0.17 | 0.69 | 0 | 0.00 | 285.52 | 0.99 | 0.65 |
| Hex | D4 | 50 | FE | 11 | 45 | 0 | 0 | 11E | 63 | 41 |
| Octal | 324 | 120 | 376 | 21 | 105 | 0 | 0 | 436 | 143 | 101 |
| Binary | 11010100 | 1010000 | 11111110 | 10001 | 1000101 | 0 | 0 | 100011110 | 1100011 | 1000001 |
Color Harmonies of #D450FE
Complementary color
Monochromatic Colors of #D450FE
Black with #D450FE
Text Example
Text Example
White with #D450FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D450FE; }
p { color: rgb(212,80,254); }
H1.HeaderClassName
{
color: #D450FE;
}
.AnyTagClassName
{
color: #D450FE;
}
</style>
background-color css
<style>
a { background-color: #D450FE; }
a { background-color: rgb(212,80,254); }
div.DivClassName
{
background-color: #D450FE;
}
.BgClassName
{
background-color: #D450FE;
}
</style>
border-color css
<style>
span { border-color: #D450FE; }
span { border-color: rgb(212,80,254); }
td.TdClassName
{
border-color: #D450FE;
}
.TagClassName
{
border-color: #D450FE;
}
</style>