#DC9ADD

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

Shades of Plum #DC9ADD

Tints of Plum #DC9ADD

Color information

#DC9ADD (or 0xDC9ADD) is unknown color: approx Plum. HEX triplet: DC, 9A and DD. RGB value is (220,154,221). Sum of RGB (Red+Green+Blue) = 220+154+221=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ADD is #236522. Grayscale: #B5B5B5. Windows color (decimal): -2319651 or 14523100. OLE color: 14523100.

HSL color Cylindrical-coordinate representation of color #DC9ADD: hue angle of 299.1º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9ADD is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220154221-
CMYK0.000.3000.13
HSL299.1º49.63%73.53%-
HSV(B)299.1º30.32%86.67%-
XYZ54.1243.5573.96-
YUV181.37150.37155.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 154 (60.55% from 255) = 25.88%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=36.97%
G=25.88%
B=37.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201542210.000.3000.13299.149.6373.53
HexDC9ADD01E0D12b324a
Octal33423233503601545362112
Binary110111001001101011011101011110011011001010111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9ADD; }

 p { color: rgb(220,154,221); }

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

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

 a { background-color: rgb(220,154,221); }

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

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

 span { border-color: rgb(220,154,221); }

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