Shades of Heliotrope #DD7BF2
Tints of Heliotrope #DD7BF2
RGB
CMYK
RGB Variations
Color information
#DD7BF2 (or 0xDD7BF2) is known color: Heliotrope. HEX triplet: DD, 7B and F2. RGB value is (221,123,242). Sum of RGB (Red+Green+Blue) = 221+123+242=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 123 (48.44% from 255 or 20.99% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD7BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BF2 is #22840D. Grayscale: #A5A5A5. Windows color (decimal): -2262030 or 15891421. OLE color: 15891421.
HSL color Cylindrical-coordinate representation of color #DD7BF2: hue angle of 289.41º degrees, saturation: 0.82, 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 #DD7BF2 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 123 | 242 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.05 |
| HSL | 289.41º | 0.82% | 0.72% | - |
| HSV(B) | 289.41º | 0.49% | 0.95% | - |
| XYZ | 52.93 | 35.95 | 88.15 | - |
| YUV | 165.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 242 | 0.09 | 0.49 | 0 | 0.05 | 289.41 | 0.82 | 0.72 |
| Hex | DD | 7B | F2 | 9 | 31 | 0 | 5 | 121 | 52 | 48 |
| Octal | 335 | 173 | 362 | 11 | 61 | 0 | 5 | 441 | 122 | 110 |
| Binary | 11011101 | 1111011 | 11110010 | 1001 | 110001 | 0 | 101 | 100100001 | 1010010 | 1001000 |
Color Harmonies of #DD7BF2
Complementary color
Monochromatic Colors of #DD7BF2
Black with #DD7BF2
Text Example
Text Example
White with #DD7BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BF2; }
p { color: rgb(221,123,242); }
H1.HeaderClassName
{
color: #DD7BF2;
}
.AnyTagClassName
{
color: #DD7BF2;
}
</style>
background-color css
<style>
a { background-color: #DD7BF2; }
a { background-color: rgb(221,123,242); }
div.DivClassName
{
background-color: #DD7BF2;
}
.BgClassName
{
background-color: #DD7BF2;
}
</style>
border-color css
<style>
span { border-color: #DD7BF2; }
span { border-color: rgb(221,123,242); }
td.TdClassName
{
border-color: #DD7BF2;
}
.TagClassName
{
border-color: #DD7BF2;
}
</style>