Shades of Plum #D48CD4
Tints of Plum #D48CD4
RGB
CMYK
RGB Variations
Color information
#D48CD4 (or 0xD48CD4) is known color: Plum. HEX triplet: D4, 8C and D4. RGB value is (212,140,212). Sum of RGB (Red+Green+Blue) = 212+140+212=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D48CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CD4 is #2B732B. Grayscale: #A9A9A9. Windows color (decimal): -2847532 or 13929684. OLE color: 13929684.
HSL color Cylindrical-coordinate representation of color #D48CD4: hue angle of 300º 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 #D48CD4 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 140 | 212 | - |
CMYK | 0 | 0.34 | 0 | 0.17 |
HSL | 300º | 0.46% | 0.69% | - |
HSV(B) | 300º | 0.34% | 0.83% | - |
XYZ | 48.41 | 37.51 | 66.98 | - |
YUV | 169.74 | 151.85 | 158.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 140 | 212 | 0 | 0.34 | 0 | 0.17 | 300 | 0.46 | 0.69 |
Hex | D4 | 8C | D4 | 0 | 22 | 0 | 11 | 12C | 2E | 45 |
Octal | 324 | 214 | 324 | 0 | 42 | 0 | 21 | 454 | 56 | 105 |
Binary | 11010100 | 10001100 | 11010100 | 0 | 100010 | 0 | 10001 | 100101100 | 101110 | 1000101 |
Color Harmonies of #D48CD4
Complementary color
Monochromatic Colors of #D48CD4
Black with #D48CD4
Text Example
Text Example
White with #D48CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CD4; }
p { color: rgb(212,140,212); }
H1.HeaderClassName
{
color: #D48CD4;
}
.AnyTagClassName
{
color: #D48CD4;
}
</style>
background-color css
<style>
a { background-color: #D48CD4; }
a { background-color: rgb(212,140,212); }
div.DivClassName
{
background-color: #D48CD4;
}
.BgClassName
{
background-color: #D48CD4;
}
</style>
border-color css
<style>
span { border-color: #D48CD4; }
span { border-color: rgb(212,140,212); }
td.TdClassName
{
border-color: #D48CD4;
}
.TagClassName
{
border-color: #D48CD4;
}
</style>