Shades of Violet #DD8AF0
Tints of Violet #DD8AF0
RGB
CMYK
RGB Variations
Color information
#DD8AF0 (or 0xDD8AF0) is known color: Violet. HEX triplet: DD, 8A and F0. RGB value is (221,138,240). Sum of RGB (Red+Green+Blue) = 221+138+240=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD8AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8AF0 is #22750F. Grayscale: #AEAEAE. Windows color (decimal): -2258192 or 15764189. OLE color: 15764189.
HSL color Cylindrical-coordinate representation of color #DD8AF0: hue angle of 288.82º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD8AF0 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 138 | 240 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.06 |
| HSL | 288.82º | 0.77% | 0.74% | - |
| HSV(B) | 288.82º | 0.43% | 0.94% | - |
| XYZ | 54.64 | 39.84 | 87.25 | - |
| YUV | 174.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 240 | 0.08 | 0.42 | 0 | 0.06 | 288.82 | 0.77 | 0.74 |
| Hex | DD | 8A | F0 | 8 | 2A | 0 | 6 | 121 | 4D | 4A |
| Octal | 335 | 212 | 360 | 10 | 52 | 0 | 6 | 441 | 115 | 112 |
| Binary | 11011101 | 10001010 | 11110000 | 1000 | 101010 | 0 | 110 | 100100001 | 1001101 | 1001010 |
Color Harmonies of #DD8AF0
Complementary color
Monochromatic Colors of #DD8AF0
Black with #DD8AF0
Text Example
Text Example
White with #DD8AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8AF0; }
p { color: rgb(221,138,240); }
H1.HeaderClassName
{
color: #DD8AF0;
}
.AnyTagClassName
{
color: #DD8AF0;
}
</style>
background-color css
<style>
a { background-color: #DD8AF0; }
a { background-color: rgb(221,138,240); }
div.DivClassName
{
background-color: #DD8AF0;
}
.BgClassName
{
background-color: #DD8AF0;
}
</style>
border-color css
<style>
span { border-color: #DD8AF0; }
span { border-color: rgb(221,138,240); }
td.TdClassName
{
border-color: #DD8AF0;
}
.TagClassName
{
border-color: #DD8AF0;
}
</style>