Shades of Heliotrope #D143FF
Tints of Heliotrope #D143FF
RGB
CMYK
RGB Variations
Color information
#D143FF (or 0xD143FF) is known color: Heliotrope. HEX triplet: D1, 43 and FF. RGB value is (209,67,255). Sum of RGB (Red+Green+Blue) = 209+67+255=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 67 (26.56% from 255 or 12.62% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #D143FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D143FF is #2EBC00. Grayscale: #828282. Windows color (decimal): -3062785 or 16729041. OLE color: 16729041.
HSL color Cylindrical-coordinate representation of color #D143FF: hue angle of 285.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D143FF is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 67 | 255 | - |
| CMYK | 0.18 | 0.74 | 0 | 0 |
| HSL | 285.32º | 1% | 0.63% | - |
| HSV(B) | 285.32º | 0.74% | 1% | - |
| XYZ | 46.35 | 24.79 | 96.95 | - |
| YUV | 130.89 | 198.04 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 255 | 0.18 | 0.74 | 0 | 0 | 285.32 | 1 | 0.63 |
| Hex | D1 | 43 | FF | 12 | 4A | 0 | 0 | 11D | 64 | 3F |
| Octal | 321 | 103 | 377 | 22 | 112 | 0 | 0 | 435 | 144 | 77 |
| Binary | 11010001 | 1000011 | 11111111 | 10010 | 1001010 | 0 | 0 | 100011101 | 1100100 | 111111 |
Color Harmonies of #D143FF
Complementary color
Monochromatic Colors of #D143FF
Black with #D143FF
Text Example
Text Example
White with #D143FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143FF; }
p { color: rgb(209,67,255); }
H1.HeaderClassName
{
color: #D143FF;
}
.AnyTagClassName
{
color: #D143FF;
}
</style>
background-color css
<style>
a { background-color: #D143FF; }
a { background-color: rgb(209,67,255); }
div.DivClassName
{
background-color: #D143FF;
}
.BgClassName
{
background-color: #D143FF;
}
</style>
border-color css
<style>
span { border-color: #D143FF; }
span { border-color: rgb(209,67,255); }
td.TdClassName
{
border-color: #D143FF;
}
.TagClassName
{
border-color: #D143FF;
}
</style>