Shades of Heliotrope #DD7BFF
Tints of Heliotrope #DD7BFF
RGB
CMYK
RGB Variations
Color information
#DD7BFF (or 0xDD7BFF) is known color: Heliotrope. HEX triplet: DD, 7B and FF. RGB value is (221,123,255). Sum of RGB (Red+Green+Blue) = 221+123+255=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 123 (48.44% from 255 or 20.53% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD7BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BFF is #228400. Grayscale: #A6A6A6. Windows color (decimal): -2262017 or 16743389. OLE color: 16743389.
HSL color Cylindrical-coordinate representation of color #DD7BFF: hue angle of 284.55º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD7BFF is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 123 | 255 | - |
| CMYK | 0.13 | 0.52 | 0 | 0 |
| HSL | 284.55º | 1% | 0.74% | - |
| HSV(B) | 284.55º | 0.52% | 1% | - |
| XYZ | 54.95 | 36.76 | 98.81 | - |
| YUV | 167.35 | 177.47 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 255 | 0.13 | 0.52 | 0 | 0 | 284.55 | 1 | 0.74 |
| Hex | DD | 7B | FF | D | 34 | 0 | 0 | 11D | 64 | 4A |
| Octal | 335 | 173 | 377 | 15 | 64 | 0 | 0 | 435 | 144 | 112 |
| Binary | 11011101 | 1111011 | 11111111 | 1101 | 110100 | 0 | 0 | 100011101 | 1100100 | 1001010 |
Color Harmonies of #DD7BFF
Complementary color
Monochromatic Colors of #DD7BFF
Black with #DD7BFF
Text Example
Text Example
White with #DD7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BFF; }
p { color: rgb(221,123,255); }
H1.HeaderClassName
{
color: #DD7BFF;
}
.AnyTagClassName
{
color: #DD7BFF;
}
</style>
background-color css
<style>
a { background-color: #DD7BFF; }
a { background-color: rgb(221,123,255); }
div.DivClassName
{
background-color: #DD7BFF;
}
.BgClassName
{
background-color: #DD7BFF;
}
</style>
border-color css
<style>
span { border-color: #DD7BFF; }
span { border-color: rgb(221,123,255); }
td.TdClassName
{
border-color: #DD7BFF;
}
.TagClassName
{
border-color: #DD7BFF;
}
</style>