Shades of Heliotrope #D190FC
Tints of Heliotrope #D190FC
RGB
CMYK
RGB Variations
Color information
#D190FC (or 0xD190FC) is known color: Heliotrope. HEX triplet: D1, 90 and FC. RGB value is (209,144,252). Sum of RGB (Red+Green+Blue) = 209+144+252=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #D190FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D190FC is #2E6F03. Grayscale: #AFAFAF. Windows color (decimal): -3043076 or 16552145. OLE color: 16552145.
HSL color Cylindrical-coordinate representation of color #D190FC: hue angle of 276.11º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D190FC is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 144 | 252 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.01 |
| HSL | 276.11º | 0.95% | 0.78% | - |
| HSV(B) | 276.11º | 0.43% | 0.99% | - |
| XYZ | 53.84 | 40.53 | 97.08 | - |
| YUV | 175.75 | 171.03 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 252 | 0.17 | 0.43 | 0 | 0.01 | 276.11 | 0.95 | 0.78 |
| Hex | D1 | 90 | FC | 11 | 2B | 0 | 1 | 114 | 5F | 4E |
| Octal | 321 | 220 | 374 | 21 | 53 | 0 | 1 | 424 | 137 | 116 |
| Binary | 11010001 | 10010000 | 11111100 | 10001 | 101011 | 0 | 1 | 100010100 | 1011111 | 1001110 |
Color Harmonies of #D190FC
Complementary color
Monochromatic Colors of #D190FC
Black with #D190FC
Text Example
Text Example
White with #D190FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190FC; }
p { color: rgb(209,144,252); }
H1.HeaderClassName
{
color: #D190FC;
}
.AnyTagClassName
{
color: #D190FC;
}
</style>
background-color css
<style>
a { background-color: #D190FC; }
a { background-color: rgb(209,144,252); }
div.DivClassName
{
background-color: #D190FC;
}
.BgClassName
{
background-color: #D190FC;
}
</style>
border-color css
<style>
span { border-color: #D190FC; }
span { border-color: rgb(209,144,252); }
td.TdClassName
{
border-color: #D190FC;
}
.TagClassName
{
border-color: #D190FC;
}
</style>