Shades of Heliotrope #D145FD
Tints of Heliotrope #D145FD
RGB
CMYK
RGB Variations
Color information
#D145FD (or 0xD145FD) is known color: Heliotrope. HEX triplet: D1, 45 and FD. RGB value is (209,69,253). Sum of RGB (Red+Green+Blue) = 209+69+253=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 69 (27.34% from 255 or 12.99% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #D145FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D145FD is #2EBA02. Grayscale: #838383. Windows color (decimal): -3062275 or 16598481. OLE color: 16598481.
HSL color Cylindrical-coordinate representation of color #D145FD: hue angle of 285.65º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D145FD is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 69 | 253 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.01 |
| HSL | 285.65º | 0.98% | 0.63% | - |
| HSV(B) | 285.65º | 0.73% | 0.99% | - |
| XYZ | 46.15 | 24.9 | 95.3 | - |
| YUV | 131.84 | 196.38 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 253 | 0.17 | 0.73 | 0 | 0.01 | 285.65 | 0.98 | 0.63 |
| Hex | D1 | 45 | FD | 11 | 49 | 0 | 1 | 11E | 62 | 3F |
| Octal | 321 | 105 | 375 | 21 | 111 | 0 | 1 | 436 | 142 | 77 |
| Binary | 11010001 | 1000101 | 11111101 | 10001 | 1001001 | 0 | 1 | 100011110 | 1100010 | 111111 |
Color Harmonies of #D145FD
Complementary color
Monochromatic Colors of #D145FD
Black with #D145FD
Text Example
Text Example
White with #D145FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145FD; }
p { color: rgb(209,69,253); }
H1.HeaderClassName
{
color: #D145FD;
}
.AnyTagClassName
{
color: #D145FD;
}
</style>
background-color css
<style>
a { background-color: #D145FD; }
a { background-color: rgb(209,69,253); }
div.DivClassName
{
background-color: #D145FD;
}
.BgClassName
{
background-color: #D145FD;
}
</style>
border-color css
<style>
span { border-color: #D145FD; }
span { border-color: rgb(209,69,253); }
td.TdClassName
{
border-color: #D145FD;
}
.TagClassName
{
border-color: #D145FD;
}
</style>