Shades of Violet #DD8BEE
Tints of Violet #DD8BEE
RGB
CMYK
RGB Variations
Color information
#DD8BEE (or 0xDD8BEE) is known color: Violet. HEX triplet: DD, 8B and EE. RGB value is (221,139,238). Sum of RGB (Red+Green+Blue) = 221+139+238=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 139 (54.69% from 255 or 23.24% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD8BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8BEE is #227411. Grayscale: #AEAEAE. Windows color (decimal): -2257938 or 15633373. OLE color: 15633373.
HSL color Cylindrical-coordinate representation of color #DD8BEE: hue angle of 289.7º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8BEE is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 139 | 238 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.07 |
| HSL | 289.7º | 0.74% | 0.74% | - |
| HSV(B) | 289.7º | 0.42% | 0.93% | - |
| XYZ | 54.48 | 40.01 | 85.74 | - |
| YUV | 174.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 238 | 0.07 | 0.42 | 0 | 0.07 | 289.7 | 0.74 | 0.74 |
| Hex | DD | 8B | EE | 7 | 2A | 0 | 7 | 122 | 4A | 4A |
| Octal | 335 | 213 | 356 | 7 | 52 | 0 | 7 | 442 | 112 | 112 |
| Binary | 11011101 | 10001011 | 11101110 | 111 | 101010 | 0 | 111 | 100100010 | 1001010 | 1001010 |
Color Harmonies of #DD8BEE
Complementary color
Monochromatic Colors of #DD8BEE
Black with #DD8BEE
Text Example
Text Example
White with #DD8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BEE; }
p { color: rgb(221,139,238); }
H1.HeaderClassName
{
color: #DD8BEE;
}
.AnyTagClassName
{
color: #DD8BEE;
}
</style>
background-color css
<style>
a { background-color: #DD8BEE; }
a { background-color: rgb(221,139,238); }
div.DivClassName
{
background-color: #DD8BEE;
}
.BgClassName
{
background-color: #DD8BEE;
}
</style>
border-color css
<style>
span { border-color: #DD8BEE; }
span { border-color: rgb(221,139,238); }
td.TdClassName
{
border-color: #DD8BEE;
}
.TagClassName
{
border-color: #DD8BEE;
}
</style>