Shades of Plum #D48CDB
Tints of Plum #D48CDB
RGB
CMYK
RGB Variations
Color information
#D48CDB (or 0xD48CDB) is known color: Plum. HEX triplet: D4, 8C and DB. RGB value is (212,140,219). Sum of RGB (Red+Green+Blue) = 212+140+219=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #D48CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CDB is #2B7324. Grayscale: #AAAAAA. Windows color (decimal): -2847525 or 14388436. OLE color: 14388436.
HSL color Cylindrical-coordinate representation of color #D48CDB: hue angle of 294.68º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D48CDB is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 140 | 219 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.14 |
| HSL | 294.68º | 0.52% | 0.7% | - |
| HSV(B) | 294.68º | 0.36% | 0.86% | - |
| XYZ | 49.32 | 37.87 | 71.73 | - |
| YUV | 170.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 219 | 0.03 | 0.36 | 0 | 0.14 | 294.68 | 0.52 | 0.7 |
| Hex | D4 | 8C | DB | 3 | 24 | 0 | E | 127 | 34 | 46 |
| Octal | 324 | 214 | 333 | 3 | 44 | 0 | 16 | 447 | 64 | 106 |
| Binary | 11010100 | 10001100 | 11011011 | 11 | 100100 | 0 | 1110 | 100100111 | 110100 | 1000110 |
Color Harmonies of #D48CDB
Complementary color
Monochromatic Colors of #D48CDB
Black with #D48CDB
Text Example
Text Example
White with #D48CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CDB; }
p { color: rgb(212,140,219); }
H1.HeaderClassName
{
color: #D48CDB;
}
.AnyTagClassName
{
color: #D48CDB;
}
</style>
background-color css
<style>
a { background-color: #D48CDB; }
a { background-color: rgb(212,140,219); }
div.DivClassName
{
background-color: #D48CDB;
}
.BgClassName
{
background-color: #D48CDB;
}
</style>
border-color css
<style>
span { border-color: #D48CDB; }
span { border-color: rgb(212,140,219); }
td.TdClassName
{
border-color: #D48CDB;
}
.TagClassName
{
border-color: #D48CDB;
}
</style>