Shades of Plum #DC9DD4
Tints of Plum #DC9DD4
RGB
CMYK
RGB Variations
Color information
#DC9DD4 (or 0xDC9DD4) is known color: Plum. HEX triplet: DC, 9D and D4. RGB value is (220,157,212). Sum of RGB (Red+Green+Blue) = 220+157+212=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DD4 is #23622B. Grayscale: #B5B5B5. Windows color (decimal): -2318892 or 13934044. OLE color: 13934044.
HSL color Cylindrical-coordinate representation of color #DC9DD4: hue angle of 307.62º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DD4 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 157 | 212 | - |
CMYK | 0 | 0.29 | 0.04 | 0.14 |
HSL | 307.62º | 0.47% | 0.74% | - |
HSV(B) | 307.62º | 0.29% | 0.86% | - |
XYZ | 53.46 | 44.08 | 67.98 | - |
YUV | 182.11 | 144.87 | 155.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 157 | 212 | 0 | 0.29 | 0.04 | 0.14 | 307.62 | 0.47 | 0.74 |
Hex | DC | 9D | D4 | 0 | 1D | 4 | E | 134 | 2F | 4A |
Octal | 334 | 235 | 324 | 0 | 35 | 4 | 16 | 464 | 57 | 112 |
Binary | 11011100 | 10011101 | 11010100 | 0 | 11101 | 100 | 1110 | 100110100 | 101111 | 1001010 |
Color Harmonies of #DC9DD4
Complementary color
Monochromatic Colors of #DC9DD4
Black with #DC9DD4
Text Example
Text Example
White with #DC9DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DD4; }
p { color: rgb(220,157,212); }
H1.HeaderClassName
{
color: #DC9DD4;
}
.AnyTagClassName
{
color: #DC9DD4;
}
</style>
background-color css
<style>
a { background-color: #DC9DD4; }
a { background-color: rgb(220,157,212); }
div.DivClassName
{
background-color: #DC9DD4;
}
.BgClassName
{
background-color: #DC9DD4;
}
</style>
border-color css
<style>
span { border-color: #DC9DD4; }
span { border-color: rgb(220,157,212); }
td.TdClassName
{
border-color: #DC9DD4;
}
.TagClassName
{
border-color: #DC9DD4;
}
</style>