Shades of Violet #DD8BE4
Tints of Violet #DD8BE4
RGB
CMYK
RGB Variations
Color information
#DD8BE4 (or 0xDD8BE4) is known color: Violet. HEX triplet: DD, 8B and E4. RGB value is (221,139,228). Sum of RGB (Red+Green+Blue) = 221+139+228=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD8BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BE4 is #22741B. Grayscale: #ADADAD. Windows color (decimal): -2257948 or 14978013. OLE color: 14978013.
HSL color Cylindrical-coordinate representation of color #DD8BE4: hue angle of 295.28º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8BE4 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 139 | 228 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.11 |
| HSL | 295.28º | 0.62% | 0.72% | - |
| HSV(B) | 295.28º | 0.39% | 0.89% | - |
| XYZ | 53.06 | 39.44 | 78.21 | - |
| YUV | 173.66 | 158.67 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 228 | 0.03 | 0.39 | 0 | 0.11 | 295.28 | 0.62 | 0.72 |
| Hex | DD | 8B | E4 | 3 | 27 | 0 | B | 127 | 3E | 48 |
| Octal | 335 | 213 | 344 | 3 | 47 | 0 | 13 | 447 | 76 | 110 |
| Binary | 11011101 | 10001011 | 11100100 | 11 | 100111 | 0 | 1011 | 100100111 | 111110 | 1001000 |
Color Harmonies of #DD8BE4
Complementary color
Monochromatic Colors of #DD8BE4
Black with #DD8BE4
Text Example
Text Example
White with #DD8BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BE4; }
p { color: rgb(221,139,228); }
H1.HeaderClassName
{
color: #DD8BE4;
}
.AnyTagClassName
{
color: #DD8BE4;
}
</style>
background-color css
<style>
a { background-color: #DD8BE4; }
a { background-color: rgb(221,139,228); }
div.DivClassName
{
background-color: #DD8BE4;
}
.BgClassName
{
background-color: #DD8BE4;
}
</style>
border-color css
<style>
span { border-color: #DD8BE4; }
span { border-color: rgb(221,139,228); }
td.TdClassName
{
border-color: #DD8BE4;
}
.TagClassName
{
border-color: #DD8BE4;
}
</style>