Shades of Heliotrope #DD71FA
Tints of Heliotrope #DD71FA
RGB
CMYK
RGB Variations
Color information
#DD71FA (or 0xDD71FA) is known color: Heliotrope. HEX triplet: DD, 71 and FA. RGB value is (221,113,250). Sum of RGB (Red+Green+Blue) = 221+113+250=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 113 (44.53% from 255 or 19.35% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD71FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD71FA is #228E05. Grayscale: #A0A0A0. Windows color (decimal): -2264582 or 16413149. OLE color: 16413149.
HSL color Cylindrical-coordinate representation of color #DD71FA: hue angle of 287.3º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD71FA is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 113 | 250 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.02 |
| HSL | 287.3º | 0.93% | 0.71% | - |
| HSV(B) | 287.3º | 0.55% | 0.98% | - |
| XYZ | 52.98 | 34.08 | 94.23 | - |
| YUV | 160.91 | 178.28 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 250 | 0.12 | 0.55 | 0 | 0.02 | 287.3 | 0.93 | 0.71 |
| Hex | DD | 71 | FA | C | 37 | 0 | 2 | 11F | 5D | 47 |
| Octal | 335 | 161 | 372 | 14 | 67 | 0 | 2 | 437 | 135 | 107 |
| Binary | 11011101 | 1110001 | 11111010 | 1100 | 110111 | 0 | 10 | 100011111 | 1011101 | 1000111 |
Color Harmonies of #DD71FA
Complementary color
Monochromatic Colors of #DD71FA
Black with #DD71FA
Text Example
Text Example
White with #DD71FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD71FA; }
p { color: rgb(221,113,250); }
H1.HeaderClassName
{
color: #DD71FA;
}
.AnyTagClassName
{
color: #DD71FA;
}
</style>
background-color css
<style>
a { background-color: #DD71FA; }
a { background-color: rgb(221,113,250); }
div.DivClassName
{
background-color: #DD71FA;
}
.BgClassName
{
background-color: #DD71FA;
}
</style>
border-color css
<style>
span { border-color: #DD71FA; }
span { border-color: rgb(221,113,250); }
td.TdClassName
{
border-color: #DD71FA;
}
.TagClassName
{
border-color: #DD71FA;
}
</style>