Shades of Plum #DD9DD5
Tints of Plum #DD9DD5
RGB
CMYK
RGB Variations
Color information
#DD9DD5 (or 0xDD9DD5) is known color: Plum. HEX triplet: DD, 9D and D5. RGB value is (221,157,213). Sum of RGB (Red+Green+Blue) = 221+157+213=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DD5 is #22622A. Grayscale: #B6B6B6. Windows color (decimal): -2253355 or 13999581. OLE color: 13999581.
HSL color Cylindrical-coordinate representation of color #DD9DD5: hue angle of 307.5º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9DD5 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 157 | 213 | - |
CMYK | 0 | 0.29 | 0.04 | 0.13 |
HSL | 307.5º | 0.48% | 0.74% | - |
HSV(B) | 307.5º | 0.29% | 0.87% | - |
XYZ | 53.89 | 44.29 | 68.66 | - |
YUV | 182.52 | 145.2 | 155.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 157 | 213 | 0 | 0.29 | 0.04 | 0.13 | 307.5 | 0.48 | 0.74 |
Hex | DD | 9D | D5 | 0 | 1D | 4 | D | 134 | 30 | 4A |
Octal | 335 | 235 | 325 | 0 | 35 | 4 | 15 | 464 | 60 | 112 |
Binary | 11011101 | 10011101 | 11010101 | 0 | 11101 | 100 | 1101 | 100110100 | 110000 | 1001010 |
Color Harmonies of #DD9DD5
Complementary color
Monochromatic Colors of #DD9DD5
Black with #DD9DD5
Text Example
Text Example
White with #DD9DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9DD5; }
p { color: rgb(221,157,213); }
H1.HeaderClassName
{
color: #DD9DD5;
}
.AnyTagClassName
{
color: #DD9DD5;
}
</style>
background-color css
<style>
a { background-color: #DD9DD5; }
a { background-color: rgb(221,157,213); }
div.DivClassName
{
background-color: #DD9DD5;
}
.BgClassName
{
background-color: #DD9DD5;
}
</style>
border-color css
<style>
span { border-color: #DD9DD5; }
span { border-color: rgb(221,157,213); }
td.TdClassName
{
border-color: #DD9DD5;
}
.TagClassName
{
border-color: #DD9DD5;
}
</style>