Shades of Plum #DD88DD
Tints of Plum #DD88DD
RGB
CMYK
RGB Variations
Color information
#DD88DD (or 0xDD88DD) is known color: Plum. HEX triplet: DD, 88 and DD. RGB value is (221,136,221). Sum of RGB (Red+Green+Blue) = 221+136+221=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD88DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88DD is #227722. Grayscale: #AAAAAA. Windows color (decimal): -2258723 or 14518493. OLE color: 14518493.
HSL color Cylindrical-coordinate representation of color #DD88DD: hue angle of 300º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD88DD is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 136 | 221 | - |
CMYK | 0 | 0.38 | 0 | 0.13 |
HSL | 300º | 0.56% | 0.7% | - |
HSV(B) | 300º | 0.38% | 0.87% | - |
XYZ | 51.67 | 38.2 | 73.06 | - |
YUV | 171.11 | 156.16 | 163.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 136 | 221 | 0 | 0.38 | 0 | 0.13 | 300 | 0.56 | 0.7 |
Hex | DD | 88 | DD | 0 | 26 | 0 | D | 12C | 38 | 46 |
Octal | 335 | 210 | 335 | 0 | 46 | 0 | 15 | 454 | 70 | 106 |
Binary | 11011101 | 10001000 | 11011101 | 0 | 100110 | 0 | 1101 | 100101100 | 111000 | 1000110 |
Color Harmonies of #DD88DD
Complementary color
Monochromatic Colors of #DD88DD
Black with #DD88DD
Text Example
Text Example
White with #DD88DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88DD; }
p { color: rgb(221,136,221); }
H1.HeaderClassName
{
color: #DD88DD;
}
.AnyTagClassName
{
color: #DD88DD;
}
</style>
background-color css
<style>
a { background-color: #DD88DD; }
a { background-color: rgb(221,136,221); }
div.DivClassName
{
background-color: #DD88DD;
}
.BgClassName
{
background-color: #DD88DD;
}
</style>
border-color css
<style>
span { border-color: #DD88DD; }
span { border-color: rgb(221,136,221); }
td.TdClassName
{
border-color: #DD88DD;
}
.TagClassName
{
border-color: #DD88DD;
}
</style>