Shades of Violet #DD8BEA
Tints of Violet #DD8BEA
RGB
CMYK
RGB Variations
Color information
#DD8BEA (or 0xDD8BEA) is known color: Violet. HEX triplet: DD, 8B and EA. RGB value is (221,139,234). Sum of RGB (Red+Green+Blue) = 221+139+234=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 139 (54.69% from 255 or 23.40% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD8BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8BEA is #227415. Grayscale: #AEAEAE. Windows color (decimal): -2257942 or 15371229. OLE color: 15371229.
HSL color Cylindrical-coordinate representation of color #DD8BEA: hue angle of 291.79º degrees, saturation: 0.69, 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 #DD8BEA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 139 | 234 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.08 |
| HSL | 291.79º | 0.69% | 0.73% | - |
| HSV(B) | 291.79º | 0.41% | 0.92% | - |
| XYZ | 53.9 | 39.78 | 82.68 | - |
| YUV | 174.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 234 | 0.06 | 0.41 | 0 | 0.08 | 291.79 | 0.69 | 0.73 |
| Hex | DD | 8B | EA | 6 | 29 | 0 | 8 | 124 | 45 | 49 |
| Octal | 335 | 213 | 352 | 6 | 51 | 0 | 10 | 444 | 105 | 111 |
| Binary | 11011101 | 10001011 | 11101010 | 110 | 101001 | 0 | 1000 | 100100100 | 1000101 | 1001001 |
Color Harmonies of #DD8BEA
Complementary color
Monochromatic Colors of #DD8BEA
Black with #DD8BEA
Text Example
Text Example
White with #DD8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BEA; }
p { color: rgb(221,139,234); }
H1.HeaderClassName
{
color: #DD8BEA;
}
.AnyTagClassName
{
color: #DD8BEA;
}
</style>
background-color css
<style>
a { background-color: #DD8BEA; }
a { background-color: rgb(221,139,234); }
div.DivClassName
{
background-color: #DD8BEA;
}
.BgClassName
{
background-color: #DD8BEA;
}
</style>
border-color css
<style>
span { border-color: #DD8BEA; }
span { border-color: rgb(221,139,234); }
td.TdClassName
{
border-color: #DD8BEA;
}
.TagClassName
{
border-color: #DD8BEA;
}
</style>