#DC9BDA

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

Shades of Plum #DC9BDA

Tints of Plum #DC9BDA

Color information

#DC9BDA (or 0xDC9BDA) is unknown color: approx Plum. HEX triplet: DC, 9B and DA. RGB value is (220,155,218). Sum of RGB (Red+Green+Blue) = 220+155+218=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BDA is #236425. Grayscale: #B5B5B5. Windows color (decimal): -2319398 or 14326748. OLE color: 14326748.

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

Color convert

RGB220155218-
CMYK00.300.010.14
HSL301.85º48.15%73.53%-
HSV(B)301.85º29.55%86.27%-
XYZ53.8943.7271.93-
YUV181.62148.53155.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 155 (60.94% from 255) = 26.14%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=37.10%
G=26.14%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015521800.300.010.14301.8548.1573.53
HexDC9BDA01E1E12e304a
Octal33423333203611645660112
Binary110111001001101111011010011110111101001011101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9BDA; }

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

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

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

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

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

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

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

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