Shades of Heliotrope #DD7FF1
Tints of Heliotrope #DD7FF1
RGB
CMYK
RGB Variations
Color information
#DD7FF1 (or 0xDD7FF1) is known color: Heliotrope. HEX triplet: DD, 7F and F1. RGB value is (221,127,241). Sum of RGB (Red+Green+Blue) = 221+127+241=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD7FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7FF1 is #22800E. Grayscale: #A7A7A7. Windows color (decimal): -2261007 or 15826909. OLE color: 15826909.
HSL color Cylindrical-coordinate representation of color #DD7FF1: hue angle of 289.47º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7FF1 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 127 | 241 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.05 |
| HSL | 289.47º | 0.8% | 0.72% | - |
| HSV(B) | 289.47º | 0.47% | 0.95% | - |
| XYZ | 53.29 | 36.9 | 87.53 | - |
| YUV | 168.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 241 | 0.08 | 0.47 | 0 | 0.05 | 289.47 | 0.8 | 0.72 |
| Hex | DD | 7F | F1 | 8 | 2F | 0 | 5 | 121 | 50 | 48 |
| Octal | 335 | 177 | 361 | 10 | 57 | 0 | 5 | 441 | 120 | 110 |
| Binary | 11011101 | 1111111 | 11110001 | 1000 | 101111 | 0 | 101 | 100100001 | 1010000 | 1001000 |
Color Harmonies of #DD7FF1
Complementary color
Monochromatic Colors of #DD7FF1
Black with #DD7FF1
Text Example
Text Example
White with #DD7FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FF1; }
p { color: rgb(221,127,241); }
H1.HeaderClassName
{
color: #DD7FF1;
}
.AnyTagClassName
{
color: #DD7FF1;
}
</style>
background-color css
<style>
a { background-color: #DD7FF1; }
a { background-color: rgb(221,127,241); }
div.DivClassName
{
background-color: #DD7FF1;
}
.BgClassName
{
background-color: #DD7FF1;
}
</style>
border-color css
<style>
span { border-color: #DD7FF1; }
span { border-color: rgb(221,127,241); }
td.TdClassName
{
border-color: #DD7FF1;
}
.TagClassName
{
border-color: #DD7FF1;
}
</style>