Shades of Heliotrope #DD7BFB
Tints of Heliotrope #DD7BFB
RGB
CMYK
RGB Variations
Color information
#DD7BFB (or 0xDD7BFB) is known color: Heliotrope. HEX triplet: DD, 7B and FB. RGB value is (221,123,251). Sum of RGB (Red+Green+Blue) = 221+123+251=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 123 (48.44% from 255 or 20.67% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD7BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BFB is #228404. Grayscale: #A6A6A6. Windows color (decimal): -2262021 or 16481245. OLE color: 16481245.
HSL color Cylindrical-coordinate representation of color #DD7BFB: hue angle of 285.94º degrees, saturation: 0.94, 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 #DD7BFB is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 123 | 251 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.02 |
| HSL | 285.94º | 0.94% | 0.73% | - |
| HSV(B) | 285.94º | 0.51% | 0.98% | - |
| XYZ | 54.31 | 36.5 | 95.45 | - |
| YUV | 166.89 | 175.47 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 251 | 0.12 | 0.51 | 0 | 0.02 | 285.94 | 0.94 | 0.73 |
| Hex | DD | 7B | FB | C | 33 | 0 | 2 | 11E | 5E | 49 |
| Octal | 335 | 173 | 373 | 14 | 63 | 0 | 2 | 436 | 136 | 111 |
| Binary | 11011101 | 1111011 | 11111011 | 1100 | 110011 | 0 | 10 | 100011110 | 1011110 | 1001001 |
Color Harmonies of #DD7BFB
Complementary color
Monochromatic Colors of #DD7BFB
Black with #DD7BFB
Text Example
Text Example
White with #DD7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BFB; }
p { color: rgb(221,123,251); }
H1.HeaderClassName
{
color: #DD7BFB;
}
.AnyTagClassName
{
color: #DD7BFB;
}
</style>
background-color css
<style>
a { background-color: #DD7BFB; }
a { background-color: rgb(221,123,251); }
div.DivClassName
{
background-color: #DD7BFB;
}
.BgClassName
{
background-color: #DD7BFB;
}
</style>
border-color css
<style>
span { border-color: #DD7BFB; }
span { border-color: rgb(221,123,251); }
td.TdClassName
{
border-color: #DD7BFB;
}
.TagClassName
{
border-color: #DD7BFB;
}
</style>