#DC9ADB

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

Shades of Plum #DC9ADB

Tints of Plum #DC9ADB

Color information

#DC9ADB (or 0xDC9ADB) is unknown color: approx Plum. HEX triplet: DC, 9A and DB. RGB value is (220,154,219). Sum of RGB (Red+Green+Blue) = 220+154+219=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ADB is #236524. Grayscale: #B4B4B4. Windows color (decimal): -2319653 or 14392028. OLE color: 14392028.

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

Color convert

RGB220154219-
CMYK00.30.000.14
HSL300.91º48.53%73.33%-
HSV(B)300.91º30%86.27%-
XYZ53.8643.4472.56-
YUV181.14149.37155.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 154 (60.55% from 255) = 25.97%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=37.10%
G=25.97%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015421900.30.000.14300.9148.5373.33
HexDC9ADB01E0E12d3149
Octal33423233303601645561111
Binary110111001001101011011011011110011101001011011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9ADB; }

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

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

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

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

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

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

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

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