Shades of Heliotrope #DD7BF3
Tints of Heliotrope #DD7BF3
RGB
CMYK
RGB Variations
Color information
#DD7BF3 (or 0xDD7BF3) is known color: Heliotrope. HEX triplet: DD, 7B and F3. RGB value is (221,123,243). Sum of RGB (Red+Green+Blue) = 221+123+243=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 123 (48.44% from 255 or 20.95% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD7BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BF3 is #22840C. Grayscale: #A5A5A5. Windows color (decimal): -2262029 or 15956957. OLE color: 15956957.
HSL color Cylindrical-coordinate representation of color #DD7BF3: hue angle of 289º 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 #DD7BF3 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 123 | 243 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.05 |
| HSL | 289º | 0.83% | 0.72% | - |
| HSV(B) | 289º | 0.49% | 0.95% | - |
| XYZ | 53.08 | 36.01 | 88.95 | - |
| YUV | 165.98 | 171.47 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 243 | 0.09 | 0.49 | 0 | 0.05 | 289 | 0.83 | 0.72 |
| Hex | DD | 7B | F3 | 9 | 31 | 0 | 5 | 121 | 53 | 48 |
| Octal | 335 | 173 | 363 | 11 | 61 | 0 | 5 | 441 | 123 | 110 |
| Binary | 11011101 | 1111011 | 11110011 | 1001 | 110001 | 0 | 101 | 100100001 | 1010011 | 1001000 |
Color Harmonies of #DD7BF3
Complementary color
Monochromatic Colors of #DD7BF3
Black with #DD7BF3
Text Example
Text Example
White with #DD7BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BF3; }
p { color: rgb(221,123,243); }
H1.HeaderClassName
{
color: #DD7BF3;
}
.AnyTagClassName
{
color: #DD7BF3;
}
</style>
background-color css
<style>
a { background-color: #DD7BF3; }
a { background-color: rgb(221,123,243); }
div.DivClassName
{
background-color: #DD7BF3;
}
.BgClassName
{
background-color: #DD7BF3;
}
</style>
border-color css
<style>
span { border-color: #DD7BF3; }
span { border-color: rgb(221,123,243); }
td.TdClassName
{
border-color: #DD7BF3;
}
.TagClassName
{
border-color: #DD7BF3;
}
</style>