Shades of Heliotrope #D150F4
Tints of Heliotrope #D150F4
RGB
CMYK
RGB Variations
Color information
#D150F4 (or 0xD150F4) is known color: Heliotrope. HEX triplet: D1, 50 and F4. RGB value is (209,80,244). Sum of RGB (Red+Green+Blue) = 209+80+244=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 244 - color contains mainly: blue. Hex color #D150F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D150F4 is #2EAF0B. Grayscale: #888888. Windows color (decimal): -3059468 or 16011473. OLE color: 16011473.
HSL color Cylindrical-coordinate representation of color #D150F4: hue angle of 287.2º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D150F4 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 80 | 244 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.04 |
| HSL | 287.2º | 0.88% | 0.64% | - |
| HSV(B) | 287.2º | 0.67% | 0.96% | - |
| XYZ | 45.49 | 25.82 | 88.17 | - |
| YUV | 137.27 | 188.24 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 244 | 0.14 | 0.67 | 0 | 0.04 | 287.2 | 0.88 | 0.64 |
| Hex | D1 | 50 | F4 | E | 43 | 0 | 4 | 11F | 58 | 40 |
| Octal | 321 | 120 | 364 | 16 | 103 | 0 | 4 | 437 | 130 | 100 |
| Binary | 11010001 | 1010000 | 11110100 | 1110 | 1000011 | 0 | 100 | 100011111 | 1011000 | 1000000 |
Color Harmonies of #D150F4
Complementary color
Monochromatic Colors of #D150F4
Black with #D150F4
Text Example
Text Example
White with #D150F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150F4; }
p { color: rgb(209,80,244); }
H1.HeaderClassName
{
color: #D150F4;
}
.AnyTagClassName
{
color: #D150F4;
}
</style>
background-color css
<style>
a { background-color: #D150F4; }
a { background-color: rgb(209,80,244); }
div.DivClassName
{
background-color: #D150F4;
}
.BgClassName
{
background-color: #D150F4;
}
</style>
border-color css
<style>
span { border-color: #D150F4; }
span { border-color: rgb(209,80,244); }
td.TdClassName
{
border-color: #D150F4;
}
.TagClassName
{
border-color: #D150F4;
}
</style>