Shades of Plum #D48CDF
Tints of Plum #D48CDF
RGB
CMYK
RGB Variations
Color information
#D48CDF (or 0xD48CDF) is known color: Plum. HEX triplet: D4, 8C and DF. RGB value is (212,140,223). Sum of RGB (Red+Green+Blue) = 212+140+223=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #D48CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CDF is #2B7320. Grayscale: #AAAAAA. Windows color (decimal): -2847521 or 14650580. OLE color: 14650580.
HSL color Cylindrical-coordinate representation of color #D48CDF: hue angle of 292.05º degrees, saturation: 0.56, 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 #D48CDF is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 140 | 223 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.13 |
| HSL | 292.05º | 0.56% | 0.71% | - |
| HSV(B) | 292.05º | 0.37% | 0.87% | - |
| XYZ | 49.85 | 38.08 | 74.54 | - |
| YUV | 170.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 223 | 0.05 | 0.37 | 0 | 0.13 | 292.05 | 0.56 | 0.71 |
| Hex | D4 | 8C | DF | 5 | 25 | 0 | D | 124 | 38 | 47 |
| Octal | 324 | 214 | 337 | 5 | 45 | 0 | 15 | 444 | 70 | 107 |
| Binary | 11010100 | 10001100 | 11011111 | 101 | 100101 | 0 | 1101 | 100100100 | 111000 | 1000111 |
Color Harmonies of #D48CDF
Complementary color
Monochromatic Colors of #D48CDF
Black with #D48CDF
Text Example
Text Example
White with #D48CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CDF; }
p { color: rgb(212,140,223); }
H1.HeaderClassName
{
color: #D48CDF;
}
.AnyTagClassName
{
color: #D48CDF;
}
</style>
background-color css
<style>
a { background-color: #D48CDF; }
a { background-color: rgb(212,140,223); }
div.DivClassName
{
background-color: #D48CDF;
}
.BgClassName
{
background-color: #D48CDF;
}
</style>
border-color css
<style>
span { border-color: #D48CDF; }
span { border-color: rgb(212,140,223); }
td.TdClassName
{
border-color: #D48CDF;
}
.TagClassName
{
border-color: #D48CDF;
}
</style>