#D48FDD

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

Shades of Plum #D48FDD

Tints of Plum #D48FDD

Color information

#D48FDD (or 0xD48FDD) is unknown color: approx Plum. HEX triplet: D4, 8F and DD. RGB value is (212,143,221). Sum of RGB (Red+Green+Blue) = 212+143+221=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #D48FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FDD is #2B7022. Grayscale: #ACACAC. Windows color (decimal): -2846755 or 14520276. OLE color: 14520276.

HSL color Cylindrical-coordinate representation of color #D48FDD: hue angle of 293.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48FDD is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212143221-
CMYK0.040.3500.13
HSL293.08º53.42%71.37%-
HSV(B)293.08º35.29%86.67%-
XYZ50.0238.8673.27-
YUV172.52155.36156.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.81%
GREEN value IS 143 (56.25% from 255) = 24.83%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=36.81%
G=24.83%
B=38.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121432210.040.3500.13293.0853.4271.37
HexD48FDD4230D1253547
Octal32421733544301544565107
Binary110101001000111111011101100100011011011001001011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FDD; }

 p { color: rgb(212,143,221); }

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

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

 a { background-color: rgb(212,143,221); }

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

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

 span { border-color: rgb(212,143,221); }

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