Shades of Heliotrope #DD7FF2
Tints of Heliotrope #DD7FF2
RGB
CMYK
RGB Variations
Color information
#DD7FF2 (or 0xDD7FF2) is known color: Heliotrope. HEX triplet: DD, 7F and F2. RGB value is (221,127,242). Sum of RGB (Red+Green+Blue) = 221+127+242=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD7FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7FF2 is #22800D. Grayscale: #A7A7A7. Windows color (decimal): -2261006 or 15892445. OLE color: 15892445.
HSL color Cylindrical-coordinate representation of color #DD7FF2: hue angle of 289.04º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7FF2 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 127 | 242 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.05 |
| HSL | 289.04º | 0.82% | 0.72% | - |
| HSV(B) | 289.04º | 0.48% | 0.95% | - |
| XYZ | 53.44 | 36.96 | 88.32 | - |
| YUV | 168.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 242 | 0.09 | 0.48 | 0 | 0.05 | 289.04 | 0.82 | 0.72 |
| Hex | DD | 7F | F2 | 9 | 30 | 0 | 5 | 121 | 52 | 48 |
| Octal | 335 | 177 | 362 | 11 | 60 | 0 | 5 | 441 | 122 | 110 |
| Binary | 11011101 | 1111111 | 11110010 | 1001 | 110000 | 0 | 101 | 100100001 | 1010010 | 1001000 |
Color Harmonies of #DD7FF2
Complementary color
Monochromatic Colors of #DD7FF2
Black with #DD7FF2
Text Example
Text Example
White with #DD7FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FF2; }
p { color: rgb(221,127,242); }
H1.HeaderClassName
{
color: #DD7FF2;
}
.AnyTagClassName
{
color: #DD7FF2;
}
</style>
background-color css
<style>
a { background-color: #DD7FF2; }
a { background-color: rgb(221,127,242); }
div.DivClassName
{
background-color: #DD7FF2;
}
.BgClassName
{
background-color: #DD7FF2;
}
</style>
border-color css
<style>
span { border-color: #DD7FF2; }
span { border-color: rgb(221,127,242); }
td.TdClassName
{
border-color: #DD7FF2;
}
.TagClassName
{
border-color: #DD7FF2;
}
</style>