#D48CD5

Color #D48CD5 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D48CD5

Tints of Plum #D48CD5

Color information

#D48CD5 (or 0xD48CD5) is unknown color: approx Plum. HEX triplet: D4, 8C and D5. RGB value is (212,140,213). Sum of RGB (Red+Green+Blue) = 212+140+213=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #D48CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CD5 is #2B732A. Grayscale: #A9A9A9. Windows color (decimal): -2847531 or 13995220. OLE color: 13995220.

HSL color Cylindrical-coordinate representation of color #D48CD5: hue angle of 299.18º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D48CD5 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212140213-
CMYK0.000.3400.16
HSL299.18º46.5%69.22%-
HSV(B)299.18º34.27%83.53%-
XYZ48.5437.5667.64-
YUV169.85152.35158.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 37.52%
GREEN value IS 140 (55.08% from 255) = 24.78%
BLUE value IS 213 (83.59% from 255) = 37.70%
R=37.52%
G=24.78%
B=37.70%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121402130.000.3400.16299.1846.569.22
HexD48CD502201012b2e45
Octal32421432504202045356105
Binary11010100100011001101010101000100100001001010111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48CD5; }

 p { color: rgb(212,140,213); }

 H1.HeaderClassName
 {
   color: #D48CD5;
 }
 .AnyTagClassName
 {
   color: #D48CD5;
 }
</style>
background-color css

<style>
 a { background-color: #D48CD5; }

 a { background-color: rgb(212,140,213); }

 div.DivClassName
 {
   background-color: #D48CD5;
 }
 .BgClassName
 {
   background-color: #D48CD5;
 }
</style>
border-color css

<style>
 span { border-color: #D48CD5; }

 span { border-color: rgb(212,140,213); }

 td.TdClassName
 {
   border-color: #D48CD5;
 }
 .TagClassName
 {
   border-color: #D48CD5;
 }
</style>