Shades of Heliotrope #DD7BFA
Tints of Heliotrope #DD7BFA
RGB
CMYK
RGB Variations
Color information
#DD7BFA (or 0xDD7BFA) is known color: Heliotrope. HEX triplet: DD, 7B and FA. RGB value is (221,123,250). Sum of RGB (Red+Green+Blue) = 221+123+250=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 123 (48.44% from 255 or 20.71% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD7BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BFA is #228405. Grayscale: #A6A6A6. Windows color (decimal): -2262022 or 16415709. OLE color: 16415709.
HSL color Cylindrical-coordinate representation of color #DD7BFA: hue angle of 286.3º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD7BFA is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 123 | 250 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.02 |
| HSL | 286.3º | 0.93% | 0.73% | - |
| HSV(B) | 286.3º | 0.51% | 0.98% | - |
| XYZ | 54.16 | 36.44 | 94.62 | - |
| YUV | 166.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 250 | 0.12 | 0.51 | 0 | 0.02 | 286.3 | 0.93 | 0.73 |
| Hex | DD | 7B | FA | C | 33 | 0 | 2 | 11E | 5D | 49 |
| Octal | 335 | 173 | 372 | 14 | 63 | 0 | 2 | 436 | 135 | 111 |
| Binary | 11011101 | 1111011 | 11111010 | 1100 | 110011 | 0 | 10 | 100011110 | 1011101 | 1001001 |
Color Harmonies of #DD7BFA
Complementary color
Monochromatic Colors of #DD7BFA
Black with #DD7BFA
Text Example
Text Example
White with #DD7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BFA; }
p { color: rgb(221,123,250); }
H1.HeaderClassName
{
color: #DD7BFA;
}
.AnyTagClassName
{
color: #DD7BFA;
}
</style>
background-color css
<style>
a { background-color: #DD7BFA; }
a { background-color: rgb(221,123,250); }
div.DivClassName
{
background-color: #DD7BFA;
}
.BgClassName
{
background-color: #DD7BFA;
}
</style>
border-color css
<style>
span { border-color: #DD7BFA; }
span { border-color: rgb(221,123,250); }
td.TdClassName
{
border-color: #DD7BFA;
}
.TagClassName
{
border-color: #DD7BFA;
}
</style>