Shades of Violet #DD8BEB
Tints of Violet #DD8BEB
RGB
CMYK
RGB Variations
Color information
#DD8BEB (or 0xDD8BEB) is known color: Violet. HEX triplet: DD, 8B and EB. RGB value is (221,139,235). Sum of RGB (Red+Green+Blue) = 221+139+235=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD8BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8BEB is #227414. Grayscale: #AEAEAE. Windows color (decimal): -2257941 or 15436765. OLE color: 15436765.
HSL color Cylindrical-coordinate representation of color #DD8BEB: hue angle of 291.25º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8BEB is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 139 | 235 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.08 |
| HSL | 291.25º | 0.71% | 0.73% | - |
| HSV(B) | 291.25º | 0.41% | 0.92% | - |
| XYZ | 54.05 | 39.84 | 83.44 | - |
| YUV | 174.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 235 | 0.06 | 0.41 | 0 | 0.08 | 291.25 | 0.71 | 0.73 |
| Hex | DD | 8B | EB | 6 | 29 | 0 | 8 | 123 | 47 | 49 |
| Octal | 335 | 213 | 353 | 6 | 51 | 0 | 10 | 443 | 107 | 111 |
| Binary | 11011101 | 10001011 | 11101011 | 110 | 101001 | 0 | 1000 | 100100011 | 1000111 | 1001001 |
Color Harmonies of #DD8BEB
Complementary color
Monochromatic Colors of #DD8BEB
Black with #DD8BEB
Text Example
Text Example
White with #DD8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BEB; }
p { color: rgb(221,139,235); }
H1.HeaderClassName
{
color: #DD8BEB;
}
.AnyTagClassName
{
color: #DD8BEB;
}
</style>
background-color css
<style>
a { background-color: #DD8BEB; }
a { background-color: rgb(221,139,235); }
div.DivClassName
{
background-color: #DD8BEB;
}
.BgClassName
{
background-color: #DD8BEB;
}
</style>
border-color css
<style>
span { border-color: #DD8BEB; }
span { border-color: rgb(221,139,235); }
td.TdClassName
{
border-color: #DD8BEB;
}
.TagClassName
{
border-color: #DD8BEB;
}
</style>