Shades of Plum #DD9CDD
Tints of Plum #DD9CDD
RGB
CMYK
RGB Variations
Color information
#DD9CDD (or 0xDD9CDD) is known color: Plum. HEX triplet: DD, 9C and DD. RGB value is (221,156,221). Sum of RGB (Red+Green+Blue) = 221+156+221=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CDD is #226322. Grayscale: #B6B6B6. Windows color (decimal): -2253603 or 14523613. OLE color: 14523613.
HSL color Cylindrical-coordinate representation of color #DD9CDD: hue angle of 300º degrees, saturation: 0.49, 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 #DD9CDD is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 156 | 221 | - |
CMYK | 0 | 0.29 | 0 | 0.13 |
HSL | 300º | 0.49% | 0.74% | - |
HSV(B) | 300º | 0.29% | 0.87% | - |
XYZ | 54.76 | 44.37 | 74.08 | - |
YUV | 182.85 | 149.53 | 155.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 156 | 221 | 0 | 0.29 | 0 | 0.13 | 300 | 0.49 | 0.74 |
Hex | DD | 9C | DD | 0 | 1D | 0 | D | 12C | 31 | 4A |
Octal | 335 | 234 | 335 | 0 | 35 | 0 | 15 | 454 | 61 | 112 |
Binary | 11011101 | 10011100 | 11011101 | 0 | 11101 | 0 | 1101 | 100101100 | 110001 | 1001010 |
Color Harmonies of #DD9CDD
Complementary color
Monochromatic Colors of #DD9CDD
Black with #DD9CDD
Text Example
Text Example
White with #DD9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CDD; }
p { color: rgb(221,156,221); }
H1.HeaderClassName
{
color: #DD9CDD;
}
.AnyTagClassName
{
color: #DD9CDD;
}
</style>
background-color css
<style>
a { background-color: #DD9CDD; }
a { background-color: rgb(221,156,221); }
div.DivClassName
{
background-color: #DD9CDD;
}
.BgClassName
{
background-color: #DD9CDD;
}
</style>
border-color css
<style>
span { border-color: #DD9CDD; }
span { border-color: rgb(221,156,221); }
td.TdClassName
{
border-color: #DD9CDD;
}
.TagClassName
{
border-color: #DD9CDD;
}
</style>