Shades of Plum #D48CCF
Tints of Plum #D48CCF
RGB
CMYK
RGB Variations
Color information
#D48CCF (or 0xD48CCF) is known color: Plum. HEX triplet: D4, 8C and CF. RGB value is (212,140,207). Sum of RGB (Red+Green+Blue) = 212+140+207=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CCF is #2B7330. Grayscale: #A8A8A8. Windows color (decimal): -2847537 or 13602004. OLE color: 13602004.
HSL color Cylindrical-coordinate representation of color #D48CCF: hue angle of 304.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D48CCF is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 207 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.17 |
| HSL | 304.17º | 0.46% | 0.69% | - |
| HSV(B) | 304.17º | 0.34% | 0.83% | - |
| XYZ | 47.79 | 37.26 | 63.7 | - |
| YUV | 169.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 207 | 0 | 0.34 | 0.02 | 0.17 | 304.17 | 0.46 | 0.69 |
| Hex | D4 | 8C | CF | 0 | 22 | 2 | 11 | 130 | 2E | 45 |
| Octal | 324 | 214 | 317 | 0 | 42 | 2 | 21 | 460 | 56 | 105 |
| Binary | 11010100 | 10001100 | 11001111 | 0 | 100010 | 10 | 10001 | 100110000 | 101110 | 1000101 |
Color Harmonies of #D48CCF
Complementary color
Monochromatic Colors of #D48CCF
Black with #D48CCF
Text Example
Text Example
White with #D48CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CCF; }
p { color: rgb(212,140,207); }
H1.HeaderClassName
{
color: #D48CCF;
}
.AnyTagClassName
{
color: #D48CCF;
}
</style>
background-color css
<style>
a { background-color: #D48CCF; }
a { background-color: rgb(212,140,207); }
div.DivClassName
{
background-color: #D48CCF;
}
.BgClassName
{
background-color: #D48CCF;
}
</style>
border-color css
<style>
span { border-color: #D48CCF; }
span { border-color: rgb(212,140,207); }
td.TdClassName
{
border-color: #D48CCF;
}
.TagClassName
{
border-color: #D48CCF;
}
</style>