Shades of Heliotrope #D145FB
Tints of Heliotrope #D145FB
RGB
CMYK
RGB Variations
Color information
#D145FB (or 0xD145FB) is known color: Heliotrope. HEX triplet: D1, 45 and FB. RGB value is (209,69,251). Sum of RGB (Red+Green+Blue) = 209+69+251=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 69 (27.34% from 255 or 13.04% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #D145FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D145FB is #2EBA04. Grayscale: #838383. Windows color (decimal): -3062277 or 16467409. OLE color: 16467409.
HSL color Cylindrical-coordinate representation of color #D145FB: hue angle of 286.15º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D145FB is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 69 | 251 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.02 |
| HSL | 286.15º | 0.96% | 0.63% | - |
| HSV(B) | 286.15º | 0.73% | 0.98% | - |
| XYZ | 45.84 | 24.78 | 93.63 | - |
| YUV | 131.61 | 195.38 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 251 | 0.17 | 0.73 | 0 | 0.02 | 286.15 | 0.96 | 0.63 |
| Hex | D1 | 45 | FB | 11 | 49 | 0 | 2 | 11E | 60 | 3F |
| Octal | 321 | 105 | 373 | 21 | 111 | 0 | 2 | 436 | 140 | 77 |
| Binary | 11010001 | 1000101 | 11111011 | 10001 | 1001001 | 0 | 10 | 100011110 | 1100000 | 111111 |
Color Harmonies of #D145FB
Complementary color
Monochromatic Colors of #D145FB
Black with #D145FB
Text Example
Text Example
White with #D145FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145FB; }
p { color: rgb(209,69,251); }
H1.HeaderClassName
{
color: #D145FB;
}
.AnyTagClassName
{
color: #D145FB;
}
</style>
background-color css
<style>
a { background-color: #D145FB; }
a { background-color: rgb(209,69,251); }
div.DivClassName
{
background-color: #D145FB;
}
.BgClassName
{
background-color: #D145FB;
}
</style>
border-color css
<style>
span { border-color: #D145FB; }
span { border-color: rgb(209,69,251); }
td.TdClassName
{
border-color: #D145FB;
}
.TagClassName
{
border-color: #D145FB;
}
</style>