Shades of Plum #D48CDD
Tints of Plum #D48CDD
RGB
CMYK
RGB Variations
Color information
#D48CDD (or 0xD48CDD) is known color: Plum. HEX triplet: D4, 8C and DD. RGB value is (212,140,221). Sum of RGB (Red+Green+Blue) = 212+140+221=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #D48CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CDD is #2B7322. Grayscale: #AAAAAA. Windows color (decimal): -2847523 or 14519508. OLE color: 14519508.
HSL color Cylindrical-coordinate representation of color #D48CDD: hue angle of 293.33º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D48CDD is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 140 | 221 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.13 |
| HSL | 293.33º | 0.54% | 0.71% | - |
| HSV(B) | 293.33º | 0.37% | 0.87% | - |
| XYZ | 49.58 | 37.97 | 73.12 | - |
| YUV | 170.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 221 | 0.04 | 0.37 | 0 | 0.13 | 293.33 | 0.54 | 0.71 |
| Hex | D4 | 8C | DD | 4 | 25 | 0 | D | 125 | 36 | 47 |
| Octal | 324 | 214 | 335 | 4 | 45 | 0 | 15 | 445 | 66 | 107 |
| Binary | 11010100 | 10001100 | 11011101 | 100 | 100101 | 0 | 1101 | 100100101 | 110110 | 1000111 |
Color Harmonies of #D48CDD
Complementary color
Monochromatic Colors of #D48CDD
Black with #D48CDD
Text Example
Text Example
White with #D48CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CDD; }
p { color: rgb(212,140,221); }
H1.HeaderClassName
{
color: #D48CDD;
}
.AnyTagClassName
{
color: #D48CDD;
}
</style>
background-color css
<style>
a { background-color: #D48CDD; }
a { background-color: rgb(212,140,221); }
div.DivClassName
{
background-color: #D48CDD;
}
.BgClassName
{
background-color: #D48CDD;
}
</style>
border-color css
<style>
span { border-color: #D48CDD; }
span { border-color: rgb(212,140,221); }
td.TdClassName
{
border-color: #D48CDD;
}
.TagClassName
{
border-color: #D48CDD;
}
</style>