#DC9DDA

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

Shades of Plum #DC9DDA

Tints of Plum #DC9DDA

Color information

#DC9DDA (or 0xDC9DDA) is unknown color: approx Plum. HEX triplet: DC, 9D and DA. RGB value is (220,157,218). Sum of RGB (Red+Green+Blue) = 220+157+218=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DDA is #236225. Grayscale: #B6B6B6. Windows color (decimal): -2318886 or 14327260. OLE color: 14327260.

HSL color Cylindrical-coordinate representation of color #DC9DDA: hue angle of 301.9º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DDA is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220157218-
CMYK00.290.010.14
HSL301.9º47.37%73.92%-
HSV(B)301.9º28.64%86.27%-
XYZ54.2344.3972.04-
YUV182.79147.87154.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 157 (61.72% from 255) = 26.39%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=36.97%
G=26.39%
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.14
SystemRedGreenBlueCMYKHSL
Decimal22015721800.290.010.14301.947.3773.92
HexDC9DDA01D1E12e2f4a
Octal33423533203511645657112
Binary110111001001110111011010011101111101001011101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DDA; }

 p { color: rgb(220,157,218); }

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

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

 a { background-color: rgb(220,157,218); }

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

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

 span { border-color: rgb(220,157,218); }

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