Shades of Plum #DD95DD
Tints of Plum #DD95DD
RGB
CMYK
RGB Variations
Color information
#DD95DD (or 0xDD95DD) is known color: Plum. HEX triplet: DD, 95 and DD. RGB value is (221,149,221). Sum of RGB (Red+Green+Blue) = 221+149+221=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95DD is #226A22. Grayscale: #B2B2B2. Windows color (decimal): -2255395 or 14521821. OLE color: 14521821.
HSL color Cylindrical-coordinate representation of color #DD95DD: hue angle of 300º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD95DD is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 149 | 221 | - |
CMYK | 0 | 0.33 | 0 | 0.13 |
HSL | 300º | 0.51% | 0.73% | - |
HSV(B) | 300º | 0.33% | 0.87% | - |
XYZ | 53.62 | 42.09 | 73.7 | - |
YUV | 178.74 | 151.85 | 158.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 149 | 221 | 0 | 0.33 | 0 | 0.13 | 300 | 0.51 | 0.73 |
Hex | DD | 95 | DD | 0 | 21 | 0 | D | 12C | 33 | 49 |
Octal | 335 | 225 | 335 | 0 | 41 | 0 | 15 | 454 | 63 | 111 |
Binary | 11011101 | 10010101 | 11011101 | 0 | 100001 | 0 | 1101 | 100101100 | 110011 | 1001001 |
Color Harmonies of #DD95DD
Complementary color
Monochromatic Colors of #DD95DD
Black with #DD95DD
Text Example
Text Example
White with #DD95DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD95DD; }
p { color: rgb(221,149,221); }
H1.HeaderClassName
{
color: #DD95DD;
}
.AnyTagClassName
{
color: #DD95DD;
}
</style>
background-color css
<style>
a { background-color: #DD95DD; }
a { background-color: rgb(221,149,221); }
div.DivClassName
{
background-color: #DD95DD;
}
.BgClassName
{
background-color: #DD95DD;
}
</style>
border-color css
<style>
span { border-color: #DD95DD; }
span { border-color: rgb(221,149,221); }
td.TdClassName
{
border-color: #DD95DD;
}
.TagClassName
{
border-color: #DD95DD;
}
</style>