Shades of Heliotrope #D141FD
Tints of Heliotrope #D141FD
RGB
CMYK
RGB Variations
Color information
#D141FD (or 0xD141FD) is known color: Heliotrope. HEX triplet: D1, 41 and FD. RGB value is (209,65,253). Sum of RGB (Red+Green+Blue) = 209+65+253=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #D141FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D141FD is #2EBE02. Grayscale: #808080. Windows color (decimal): -3063299 or 16597457. OLE color: 16597457.
HSL color Cylindrical-coordinate representation of color #D141FD: hue angle of 285.96º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D141FD is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 65 | 253 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.01 |
| HSL | 285.96º | 0.98% | 0.62% | - |
| HSV(B) | 285.96º | 0.74% | 0.99% | - |
| XYZ | 45.91 | 24.43 | 95.22 | - |
| YUV | 129.49 | 197.71 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 253 | 0.17 | 0.74 | 0 | 0.01 | 285.96 | 0.98 | 0.62 |
| Hex | D1 | 41 | FD | 11 | 4A | 0 | 1 | 11E | 62 | 3E |
| Octal | 321 | 101 | 375 | 21 | 112 | 0 | 1 | 436 | 142 | 76 |
| Binary | 11010001 | 1000001 | 11111101 | 10001 | 1001010 | 0 | 1 | 100011110 | 1100010 | 111110 |
Color Harmonies of #D141FD
Complementary color
Monochromatic Colors of #D141FD
Black with #D141FD
Text Example
Text Example
White with #D141FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D141FD; }
p { color: rgb(209,65,253); }
H1.HeaderClassName
{
color: #D141FD;
}
.AnyTagClassName
{
color: #D141FD;
}
</style>
background-color css
<style>
a { background-color: #D141FD; }
a { background-color: rgb(209,65,253); }
div.DivClassName
{
background-color: #D141FD;
}
.BgClassName
{
background-color: #D141FD;
}
</style>
border-color css
<style>
span { border-color: #D141FD; }
span { border-color: rgb(209,65,253); }
td.TdClassName
{
border-color: #D141FD;
}
.TagClassName
{
border-color: #D141FD;
}
</style>