#DD9CDA

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

Shades of Plum #DD9CDA

Tints of Plum #DD9CDA

Color information

#DD9CDA (or 0xDD9CDA) is unknown color: approx Plum. HEX triplet: DD, 9C and DA. RGB value is (221,156,218). Sum of RGB (Red+Green+Blue) = 221+156+218=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CDA is #226325. Grayscale: #B6B6B6. Windows color (decimal): -2253606 or 14327005. OLE color: 14327005.

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

Color convert

RGB221156218-
CMYK00.290.010.13
HSL302.77º48.87%73.92%-
HSV(B)302.77º29.41%86.67%-
XYZ54.3644.2172-
YUV182.5148.03155.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 156 (61.33% from 255) = 26.22%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=37.14%
G=26.22%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115621800.290.010.13302.7748.8773.92
HexDD9CDA01D1D12f314a
Octal33523433203511545761112
Binary110111011001110011011010011101111011001011111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CDA; }

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

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

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

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

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

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

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

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