#DC9ACD

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

Shades of Plum #DC9ACD

Tints of Plum #DC9ACD

Color information

#DC9ACD (or 0xDC9ACD) is unknown color: approx Plum. HEX triplet: DC, 9A and CD. RGB value is (220,154,205). Sum of RGB (Red+Green+Blue) = 220+154+205=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ACD is #236532. Grayscale: #B3B3B3. Windows color (decimal): -2319667 or 13474524. OLE color: 13474524.

HSL color Cylindrical-coordinate representation of color #DC9ACD: hue angle of 313.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9ACD is Cyan = 0, Magento = 0.3, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB220154205-
CMYK00.30.070.14
HSL313.64º48.53%73.33%-
HSV(B)313.64º30%86.27%-
XYZ52.0942.7363.26-
YUV179.55142.37156.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 154 (60.55% from 255) = 26.60%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=38.00%
G=26.60%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015420500.30.070.14313.6448.5373.33
HexDC9ACD01E7E13a3149
Octal33423231503671647261111
Binary11011100100110101100110101111011111101001110101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9ACD; }

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

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

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

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

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

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

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

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