Shades of Heliotrope #D187F1
Tints of Heliotrope #D187F1
RGB
CMYK
RGB Variations
Color information
#D187F1 (or 0xD187F1) is known color: Heliotrope. HEX triplet: D1, 87 and F1. RGB value is (209,135,241). Sum of RGB (Red+Green+Blue) = 209+135+241=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 135 (53.12% from 255 or 23.08% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #D187F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D187F1 is #2E780E. Grayscale: #A8A8A8. Windows color (decimal): -3045391 or 15828945. OLE color: 15828945.
HSL color Cylindrical-coordinate representation of color #D187F1: hue angle of 281.89º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D187F1 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 135 | 241 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.05 |
| HSL | 281.89º | 0.79% | 0.74% | - |
| HSV(B) | 281.89º | 0.44% | 0.95% | - |
| XYZ | 50.84 | 37.23 | 87.73 | - |
| YUV | 169.21 | 168.52 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 241 | 0.13 | 0.44 | 0 | 0.05 | 281.89 | 0.79 | 0.74 |
| Hex | D1 | 87 | F1 | D | 2C | 0 | 5 | 11A | 4F | 4A |
| Octal | 321 | 207 | 361 | 15 | 54 | 0 | 5 | 432 | 117 | 112 |
| Binary | 11010001 | 10000111 | 11110001 | 1101 | 101100 | 0 | 101 | 100011010 | 1001111 | 1001010 |
Color Harmonies of #D187F1
Complementary color
Monochromatic Colors of #D187F1
Black with #D187F1
Text Example
Text Example
White with #D187F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D187F1; }
p { color: rgb(209,135,241); }
H1.HeaderClassName
{
color: #D187F1;
}
.AnyTagClassName
{
color: #D187F1;
}
</style>
background-color css
<style>
a { background-color: #D187F1; }
a { background-color: rgb(209,135,241); }
div.DivClassName
{
background-color: #D187F1;
}
.BgClassName
{
background-color: #D187F1;
}
</style>
border-color css
<style>
span { border-color: #D187F1; }
span { border-color: rgb(209,135,241); }
td.TdClassName
{
border-color: #D187F1;
}
.TagClassName
{
border-color: #D187F1;
}
</style>