Shades of Violet #DD88F0
Tints of Violet #DD88F0
RGB
CMYK
RGB Variations
Color information
#DD88F0 (or 0xDD88F0) is known color: Violet. HEX triplet: DD, 88 and F0. RGB value is (221,136,240). Sum of RGB (Red+Green+Blue) = 221+136+240=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 136 (53.52% from 255 or 22.78% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD88F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD88F0 is #22770F. Grayscale: #ACACAC. Windows color (decimal): -2258704 or 15763677. OLE color: 15763677.
HSL color Cylindrical-coordinate representation of color #DD88F0: hue angle of 289.04º degrees, saturation: 0.78, 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 #DD88F0 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 136 | 240 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.06 |
| HSL | 289.04º | 0.78% | 0.74% | - |
| HSV(B) | 289.04º | 0.43% | 0.94% | - |
| XYZ | 54.35 | 39.27 | 87.15 | - |
| YUV | 173.27 | 165.66 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 240 | 0.08 | 0.43 | 0 | 0.06 | 289.04 | 0.78 | 0.74 |
| Hex | DD | 88 | F0 | 8 | 2B | 0 | 6 | 121 | 4E | 4A |
| Octal | 335 | 210 | 360 | 10 | 53 | 0 | 6 | 441 | 116 | 112 |
| Binary | 11011101 | 10001000 | 11110000 | 1000 | 101011 | 0 | 110 | 100100001 | 1001110 | 1001010 |
Color Harmonies of #DD88F0
Complementary color
Monochromatic Colors of #DD88F0
Black with #DD88F0
Text Example
Text Example
White with #DD88F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88F0; }
p { color: rgb(221,136,240); }
H1.HeaderClassName
{
color: #DD88F0;
}
.AnyTagClassName
{
color: #DD88F0;
}
</style>
background-color css
<style>
a { background-color: #DD88F0; }
a { background-color: rgb(221,136,240); }
div.DivClassName
{
background-color: #DD88F0;
}
.BgClassName
{
background-color: #DD88F0;
}
</style>
border-color css
<style>
span { border-color: #DD88F0; }
span { border-color: rgb(221,136,240); }
td.TdClassName
{
border-color: #DD88F0;
}
.TagClassName
{
border-color: #DD88F0;
}
</style>