Shades of Heliotrope #DD7DF3
Tints of Heliotrope #DD7DF3
RGB
CMYK
RGB Variations
Color information
#DD7DF3 (or 0xDD7DF3) is known color: Heliotrope. HEX triplet: DD, 7D and F3. RGB value is (221,125,243). Sum of RGB (Red+Green+Blue) = 221+125+243=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 125 (49.22% from 255 or 21.22% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD7DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7DF3 is #22820C. Grayscale: #A6A6A6. Windows color (decimal): -2261517 or 15957469. OLE color: 15957469.
HSL color Cylindrical-coordinate representation of color #DD7DF3: hue angle of 288.81º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7DF3 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 125 | 243 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.05 |
| HSL | 288.81º | 0.83% | 0.72% | - |
| HSV(B) | 288.81º | 0.49% | 0.95% | - |
| XYZ | 53.33 | 36.51 | 89.03 | - |
| YUV | 167.16 | 170.8 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 243 | 0.09 | 0.49 | 0 | 0.05 | 288.81 | 0.83 | 0.72 |
| Hex | DD | 7D | F3 | 9 | 31 | 0 | 5 | 121 | 53 | 48 |
| Octal | 335 | 175 | 363 | 11 | 61 | 0 | 5 | 441 | 123 | 110 |
| Binary | 11011101 | 1111101 | 11110011 | 1001 | 110001 | 0 | 101 | 100100001 | 1010011 | 1001000 |
Color Harmonies of #DD7DF3
Complementary color
Monochromatic Colors of #DD7DF3
Black with #DD7DF3
Text Example
Text Example
White with #DD7DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DF3; }
p { color: rgb(221,125,243); }
H1.HeaderClassName
{
color: #DD7DF3;
}
.AnyTagClassName
{
color: #DD7DF3;
}
</style>
background-color css
<style>
a { background-color: #DD7DF3; }
a { background-color: rgb(221,125,243); }
div.DivClassName
{
background-color: #DD7DF3;
}
.BgClassName
{
background-color: #DD7DF3;
}
</style>
border-color css
<style>
span { border-color: #DD7DF3; }
span { border-color: rgb(221,125,243); }
td.TdClassName
{
border-color: #DD7DF3;
}
.TagClassName
{
border-color: #DD7DF3;
}
</style>