#d49cdd

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

Shades of Plum #D49CDD

Tints of Plum #D49CDD

Color information

#D49CDD (or 0xD49CDD) is unknown color: approx Plum. HEX triplet: D4, 9C and DD. RGB value is (212,156,221). Sum of RGB (Red+Green+Blue) = 212+156+221=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #D49CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CDD is #2B6322. Grayscale: #B3B3B3. Windows color (decimal): -2843427 or 14523604. OLE color: 14523604.

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

Color convert

RGB212156221-
CMYK0.040.2900.13
HSL291.69º48.87%73.92%-
HSV(B)291.69º29.41%86.67%-
XYZ52.0942.9973.96-
YUV180.15151.05150.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.99%
GREEN value IS 156 (61.33% from 255) = 26.49%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=35.99%
G=26.49%
B=37.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121562210.040.2900.13291.6948.8773.92
HexD49CDD41D0D124314a
Octal32423433543501544461112
Binary11010100100111001101110110011101011011001001001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d49cdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d49cdd; }

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

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

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

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

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

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

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

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