#DC9EDD

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

Shades of Plum #DC9EDD

Tints of Plum #DC9EDD

Color information

#DC9EDD (or 0xDC9EDD) is unknown color: approx Plum. HEX triplet: DC, 9E and DD. RGB value is (220,158,221). Sum of RGB (Red+Green+Blue) = 220+158+221=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EDD is #236122. Grayscale: #B7B7B7. Windows color (decimal): -2318627 or 14524124. OLE color: 14524124.

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

Color convert

RGB220158221-
CMYK0.000.2900.13
HSL299.05º48.09%74.31%-
HSV(B)299.05º28.51%86.67%-
XYZ54.7944.8974.18-
YUV183.72149.04153.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 158 (62.11% from 255) = 26.38%
BLUE value IS 221 (86.72% from 255) = 36.89%
R=36.73%
G=26.38%
B=36.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201582210.000.2900.13299.0548.0974.31
HexDC9EDD01D0D12b304a
Octal33423633503501545360112
Binary110111001001111011011101011101011011001010111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EDD; }

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

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

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

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

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

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

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

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