Shades of Heliotrope #D185FD
Tints of Heliotrope #D185FD
RGB
CMYK
RGB Variations
Color information
#D185FD (or 0xD185FD) is known color: Heliotrope. HEX triplet: D1, 85 and FD. RGB value is (209,133,253). Sum of RGB (Red+Green+Blue) = 209+133+253=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #D185FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D185FD is #2E7A02. Grayscale: #A9A9A9. Windows color (decimal): -3045891 or 16614865. OLE color: 16614865.
HSL color Cylindrical-coordinate representation of color #D185FD: hue angle of 278º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D185FD is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 133 | 253 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.01 |
| HSL | 278º | 0.97% | 0.76% | - |
| HSV(B) | 278º | 0.47% | 0.99% | - |
| XYZ | 52.41 | 37.42 | 97.39 | - |
| YUV | 169.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 253 | 0.17 | 0.47 | 0 | 0.01 | 278 | 0.97 | 0.76 |
| Hex | D1 | 85 | FD | 11 | 2F | 0 | 1 | 116 | 61 | 4C |
| Octal | 321 | 205 | 375 | 21 | 57 | 0 | 1 | 426 | 141 | 114 |
| Binary | 11010001 | 10000101 | 11111101 | 10001 | 101111 | 0 | 1 | 100010110 | 1100001 | 1001100 |
Color Harmonies of #D185FD
Complementary color
Monochromatic Colors of #D185FD
Black with #D185FD
Text Example
Text Example
White with #D185FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D185FD; }
p { color: rgb(209,133,253); }
H1.HeaderClassName
{
color: #D185FD;
}
.AnyTagClassName
{
color: #D185FD;
}
</style>
background-color css
<style>
a { background-color: #D185FD; }
a { background-color: rgb(209,133,253); }
div.DivClassName
{
background-color: #D185FD;
}
.BgClassName
{
background-color: #D185FD;
}
</style>
border-color css
<style>
span { border-color: #D185FD; }
span { border-color: rgb(209,133,253); }
td.TdClassName
{
border-color: #D185FD;
}
.TagClassName
{
border-color: #D185FD;
}
</style>