#d49fd4

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

Shades of Plum #D49FD4

Tints of Plum #D49FD4

Color information

#D49FD4 (or 0xD49FD4) is unknown color: approx Plum. HEX triplet: D4, 9F and D4. RGB value is (212,159,212). Sum of RGB (Red+Green+Blue) = 212+159+212=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D49FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FD4 is #2B602B. Grayscale: #B4B4B4. Windows color (decimal): -2842668 or 13934548. OLE color: 13934548.

HSL color Cylindrical-coordinate representation of color #D49FD4: hue angle of 300º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49FD4 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB212159212-
CMYK00.2500.17
HSL300º38.13%72.75%-
HSV(B)300º25%83.14%-
XYZ51.4343.5567.98-
YUV180.89145.56150.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.36%
GREEN value IS 159 (62.5% from 255) = 27.27%
BLUE value IS 212 (83.20% from 255) = 36.36%
R=36.36%
G=27.27%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215921200.2500.1730038.1372.75
HexD49FD401901112c2649
Octal32423732403102145446111
Binary1101010010011111110101000110010100011001011001001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d49fd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d49fd4; }

 p { color: rgb(212,159,212); }

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

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

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

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

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

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

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