Shades of Plum #D48CE2
Tints of Plum #D48CE2
RGB
CMYK
RGB Variations
Color information
#D48CE2 (or 0xD48CE2) is known color: Plum. HEX triplet: D4, 8C and E2. RGB value is (212,140,226). Sum of RGB (Red+Green+Blue) = 212+140+226=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 226 - color contains mainly: blue. Hex color #D48CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CE2 is #2B731D. Grayscale: #ABABAB. Windows color (decimal): -2847518 or 14847188. OLE color: 14847188.
HSL color Cylindrical-coordinate representation of color #D48CE2: hue angle of 290.23º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D48CE2 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 140 | 226 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.11 |
| HSL | 290.23º | 0.6% | 0.72% | - |
| HSV(B) | 290.23º | 0.38% | 0.89% | - |
| XYZ | 50.26 | 38.24 | 76.68 | - |
| YUV | 171.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 226 | 0.06 | 0.38 | 0 | 0.11 | 290.23 | 0.6 | 0.72 |
| Hex | D4 | 8C | E2 | 6 | 26 | 0 | B | 122 | 3C | 48 |
| Octal | 324 | 214 | 342 | 6 | 46 | 0 | 13 | 442 | 74 | 110 |
| Binary | 11010100 | 10001100 | 11100010 | 110 | 100110 | 0 | 1011 | 100100010 | 111100 | 1001000 |
Color Harmonies of #D48CE2
Complementary color
Monochromatic Colors of #D48CE2
Black with #D48CE2
Text Example
Text Example
White with #D48CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CE2; }
p { color: rgb(212,140,226); }
H1.HeaderClassName
{
color: #D48CE2;
}
.AnyTagClassName
{
color: #D48CE2;
}
</style>
background-color css
<style>
a { background-color: #D48CE2; }
a { background-color: rgb(212,140,226); }
div.DivClassName
{
background-color: #D48CE2;
}
.BgClassName
{
background-color: #D48CE2;
}
</style>
border-color css
<style>
span { border-color: #D48CE2; }
span { border-color: rgb(212,140,226); }
td.TdClassName
{
border-color: #D48CE2;
}
.TagClassName
{
border-color: #D48CE2;
}
</style>