#D48CD2

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

Shades of Plum #D48CD2

Tints of Plum #D48CD2

Color information

#D48CD2 (or 0xD48CD2) is unknown color: approx Plum. HEX triplet: D4, 8C and D2. RGB value is (212,140,210). Sum of RGB (Red+Green+Blue) = 212+140+210=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CD2 is #2B732D. Grayscale: #A9A9A9. Windows color (decimal): -2847534 or 13798612. OLE color: 13798612.

HSL color Cylindrical-coordinate representation of color #D48CD2: hue angle of 301.67º 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 #D48CD2 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB212140210-
CMYK00.340.010.17
HSL301.67º45.57%69.02%-
HSV(B)301.67º33.96%83.14%-
XYZ48.1637.4165.65-
YUV169.51150.85158.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.72%
GREEN value IS 140 (55.08% from 255) = 24.91%
BLUE value IS 210 (82.42% from 255) = 37.37%
R=37.72%
G=24.91%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214021000.340.010.17301.6745.5769.02
HexD48CD202211112e2e45
Octal32421432204212145656105
Binary11010100100011001101001001000101100011001011101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48CD2; }

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

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

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

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

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

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

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

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