Shades of Plum #D48FD3
Tints of Plum #D48FD3
RGB
CMYK
RGB Variations
Color information
#D48FD3 (or 0xD48FD3) is known color: Plum. HEX triplet: D4, 8F and D3. RGB value is (212,143,211). Sum of RGB (Red+Green+Blue) = 212+143+211=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FD3 is #2B702C. Grayscale: #ABABAB. Windows color (decimal): -2846765 or 13864916. OLE color: 13864916.
HSL color Cylindrical-coordinate representation of color #D48FD3: hue angle of 300.87º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48FD3 is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 211 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.17 |
| HSL | 300.87º | 0.45% | 0.7% | - |
| HSV(B) | 300.87º | 0.33% | 0.83% | - |
| XYZ | 48.73 | 38.35 | 66.46 | - |
| YUV | 171.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 211 | 0 | 0.33 | 0.00 | 0.17 | 300.87 | 0.45 | 0.7 |
| Hex | D4 | 8F | D3 | 0 | 21 | 0 | 11 | 12D | 2D | 46 |
| Octal | 324 | 217 | 323 | 0 | 41 | 0 | 21 | 455 | 55 | 106 |
| Binary | 11010100 | 10001111 | 11010011 | 0 | 100001 | 0 | 10001 | 100101101 | 101101 | 1000110 |
Color Harmonies of #D48FD3
Complementary color
Monochromatic Colors of #D48FD3
Black with #D48FD3
Text Example
Text Example
White with #D48FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48FD3; }
p { color: rgb(212,143,211); }
H1.HeaderClassName
{
color: #D48FD3;
}
.AnyTagClassName
{
color: #D48FD3;
}
</style>
background-color css
<style>
a { background-color: #D48FD3; }
a { background-color: rgb(212,143,211); }
div.DivClassName
{
background-color: #D48FD3;
}
.BgClassName
{
background-color: #D48FD3;
}
</style>
border-color css
<style>
span { border-color: #D48FD3; }
span { border-color: rgb(212,143,211); }
td.TdClassName
{
border-color: #D48FD3;
}
.TagClassName
{
border-color: #D48FD3;
}
</style>