#DC9DDB

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

Shades of Plum #DC9DDB

Tints of Plum #DC9DDB

Color information

#DC9DDB (or 0xDC9DDB) is unknown color: approx Plum. HEX triplet: DC, 9D and DB. RGB value is (220,157,219). Sum of RGB (Red+Green+Blue) = 220+157+219=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DDB is #236224. Grayscale: #B6B6B6. Windows color (decimal): -2318885 or 14392796. OLE color: 14392796.

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

Color convert

RGB220157219-
CMYK00.290.000.14
HSL300.95º47.37%73.92%-
HSV(B)300.95º28.64%86.27%-
XYZ54.3644.4472.73-
YUV182.9148.37154.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 157 (61.72% from 255) = 26.34%
BLUE value IS 219 (85.94% from 255) = 36.74%
R=36.91%
G=26.34%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015721900.290.000.14300.9547.3773.92
HexDC9DDB01D0E12d2f4a
Octal33423533303501645557112
Binary110111001001110111011011011101011101001011011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DDB; }

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

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

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

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

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

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

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

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