Shades of Violet #DD8DF2
Tints of Violet #DD8DF2
RGB
CMYK
RGB Variations
Color information
#DD8DF2 (or 0xDD8DF2) is known color: Violet. HEX triplet: DD, 8D and F2. RGB value is (221,141,242). Sum of RGB (Red+Green+Blue) = 221+141+242=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD8DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8DF2 is #22720D. Grayscale: #B0B0B0. Windows color (decimal): -2257422 or 15896029. OLE color: 15896029.
HSL color Cylindrical-coordinate representation of color #DD8DF2: hue angle of 287.52º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8DF2 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 141 | 242 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.05 |
| HSL | 287.52º | 0.8% | 0.75% | - |
| HSV(B) | 287.52º | 0.42% | 0.95% | - |
| XYZ | 55.37 | 40.83 | 88.97 | - |
| YUV | 176.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 242 | 0.09 | 0.42 | 0 | 0.05 | 287.52 | 0.8 | 0.75 |
| Hex | DD | 8D | F2 | 9 | 2A | 0 | 5 | 120 | 50 | 4B |
| Octal | 335 | 215 | 362 | 11 | 52 | 0 | 5 | 440 | 120 | 113 |
| Binary | 11011101 | 10001101 | 11110010 | 1001 | 101010 | 0 | 101 | 100100000 | 1010000 | 1001011 |
Color Harmonies of #DD8DF2
Complementary color
Monochromatic Colors of #DD8DF2
Black with #DD8DF2
Text Example
Text Example
White with #DD8DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8DF2; }
p { color: rgb(221,141,242); }
H1.HeaderClassName
{
color: #DD8DF2;
}
.AnyTagClassName
{
color: #DD8DF2;
}
</style>
background-color css
<style>
a { background-color: #DD8DF2; }
a { background-color: rgb(221,141,242); }
div.DivClassName
{
background-color: #DD8DF2;
}
.BgClassName
{
background-color: #DD8DF2;
}
</style>
border-color css
<style>
span { border-color: #DD8DF2; }
span { border-color: rgb(221,141,242); }
td.TdClassName
{
border-color: #DD8DF2;
}
.TagClassName
{
border-color: #DD8DF2;
}
</style>