Shades of Heliotrope #D271FF
Tints of Heliotrope #D271FF
RGB
CMYK
RGB Variations
Color information
#D271FF (or 0xD271FF) is known color: Heliotrope. HEX triplet: D2, 71 and FF. RGB value is (210,113,255). Sum of RGB (Red+Green+Blue) = 210+113+255=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 113 (44.53% from 255 or 19.55% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #D271FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D271FF is #2D8E00. Grayscale: #9D9D9D. Windows color (decimal): -2985473 or 16740818. OLE color: 16740818.
HSL color Cylindrical-coordinate representation of color #D271FF: hue angle of 280.99º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D271FF is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 113 | 255 | - |
| CMYK | 0.18 | 0.56 | 0 | 0 |
| HSL | 280.99º | 1% | 0.72% | - |
| HSV(B) | 280.99º | 0.56% | 1% | - |
| XYZ | 50.53 | 32.73 | 98.26 | - |
| YUV | 158.19 | 182.64 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 255 | 0.18 | 0.56 | 0 | 0 | 280.99 | 1 | 0.72 |
| Hex | D2 | 71 | FF | 12 | 38 | 0 | 0 | 119 | 64 | 48 |
| Octal | 322 | 161 | 377 | 22 | 70 | 0 | 0 | 431 | 144 | 110 |
| Binary | 11010010 | 1110001 | 11111111 | 10010 | 111000 | 0 | 0 | 100011001 | 1100100 | 1001000 |
Color Harmonies of #D271FF
Complementary color
Monochromatic Colors of #D271FF
Black with #D271FF
Text Example
Text Example
White with #D271FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271FF; }
p { color: rgb(210,113,255); }
H1.HeaderClassName
{
color: #D271FF;
}
.AnyTagClassName
{
color: #D271FF;
}
</style>
background-color css
<style>
a { background-color: #D271FF; }
a { background-color: rgb(210,113,255); }
div.DivClassName
{
background-color: #D271FF;
}
.BgClassName
{
background-color: #D271FF;
}
</style>
border-color css
<style>
span { border-color: #D271FF; }
span { border-color: rgb(210,113,255); }
td.TdClassName
{
border-color: #D271FF;
}
.TagClassName
{
border-color: #D271FF;
}
</style>