Shades of Violet #DD8BE5
Tints of Violet #DD8BE5
RGB
CMYK
RGB Variations
Color information
#DD8BE5 (or 0xDD8BE5) is known color: Violet. HEX triplet: DD, 8B and E5. RGB value is (221,139,229). Sum of RGB (Red+Green+Blue) = 221+139+229=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD8BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BE5 is #22741A. Grayscale: #ADADAD. Windows color (decimal): -2257947 or 15043549. OLE color: 15043549.
HSL color Cylindrical-coordinate representation of color #DD8BE5: hue angle of 294.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8BE5 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 139 | 229 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.10 |
| HSL | 294.67º | 0.63% | 0.72% | - |
| HSV(B) | 294.67º | 0.39% | 0.9% | - |
| XYZ | 53.19 | 39.49 | 78.95 | - |
| YUV | 173.78 | 159.17 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 229 | 0.03 | 0.39 | 0 | 0.10 | 294.67 | 0.63 | 0.72 |
| Hex | DD | 8B | E5 | 3 | 27 | 0 | A | 127 | 3F | 48 |
| Octal | 335 | 213 | 345 | 3 | 47 | 0 | 12 | 447 | 77 | 110 |
| Binary | 11011101 | 10001011 | 11100101 | 11 | 100111 | 0 | 1010 | 100100111 | 111111 | 1001000 |
Color Harmonies of #DD8BE5
Complementary color
Monochromatic Colors of #DD8BE5
Black with #DD8BE5
Text Example
Text Example
White with #DD8BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BE5; }
p { color: rgb(221,139,229); }
H1.HeaderClassName
{
color: #DD8BE5;
}
.AnyTagClassName
{
color: #DD8BE5;
}
</style>
background-color css
<style>
a { background-color: #DD8BE5; }
a { background-color: rgb(221,139,229); }
div.DivClassName
{
background-color: #DD8BE5;
}
.BgClassName
{
background-color: #DD8BE5;
}
</style>
border-color css
<style>
span { border-color: #DD8BE5; }
span { border-color: rgb(221,139,229); }
td.TdClassName
{
border-color: #DD8BE5;
}
.TagClassName
{
border-color: #DD8BE5;
}
</style>