Shades of Violet #DD8BE7
Tints of Violet #DD8BE7
RGB
CMYK
RGB Variations
Color information
#DD8BE7 (or 0xDD8BE7) is known color: Violet. HEX triplet: DD, 8B and E7. RGB value is (221,139,231). Sum of RGB (Red+Green+Blue) = 221+139+231=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD8BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8BE7 is #227418. Grayscale: #ADADAD. Windows color (decimal): -2257945 or 15174621. OLE color: 15174621.
HSL color Cylindrical-coordinate representation of color #DD8BE7: hue angle of 293.48º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8BE7 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 139 | 231 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.09 |
| HSL | 293.48º | 0.66% | 0.73% | - |
| HSV(B) | 293.48º | 0.4% | 0.91% | - |
| XYZ | 53.48 | 39.61 | 80.43 | - |
| YUV | 174.01 | 160.17 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 231 | 0.04 | 0.40 | 0 | 0.09 | 293.48 | 0.66 | 0.73 |
| Hex | DD | 8B | E7 | 4 | 28 | 0 | 9 | 125 | 42 | 49 |
| Octal | 335 | 213 | 347 | 4 | 50 | 0 | 11 | 445 | 102 | 111 |
| Binary | 11011101 | 10001011 | 11100111 | 100 | 101000 | 0 | 1001 | 100100101 | 1000010 | 1001001 |
Color Harmonies of #DD8BE7
Complementary color
Monochromatic Colors of #DD8BE7
Black with #DD8BE7
Text Example
Text Example
White with #DD8BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BE7; }
p { color: rgb(221,139,231); }
H1.HeaderClassName
{
color: #DD8BE7;
}
.AnyTagClassName
{
color: #DD8BE7;
}
</style>
background-color css
<style>
a { background-color: #DD8BE7; }
a { background-color: rgb(221,139,231); }
div.DivClassName
{
background-color: #DD8BE7;
}
.BgClassName
{
background-color: #DD8BE7;
}
</style>
border-color css
<style>
span { border-color: #DD8BE7; }
span { border-color: rgb(221,139,231); }
td.TdClassName
{
border-color: #DD8BE7;
}
.TagClassName
{
border-color: #DD8BE7;
}
</style>