#DC9ADE

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

Shades of Plum #DC9ADE

Tints of Plum #DC9ADE

Color information

#DC9ADE (or 0xDC9ADE) is unknown color: approx Plum. HEX triplet: DC, 9A and DE. RGB value is (220,154,222). Sum of RGB (Red+Green+Blue) = 220+154+222=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ADE is #236521. Grayscale: #B5B5B5. Windows color (decimal): -2319650 or 14588636. OLE color: 14588636.

HSL color Cylindrical-coordinate representation of color #DC9ADE: hue angle of 298.24º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC9ADE is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220154222-
CMYK0.010.3100.13
HSL298.24º50.75%73.73%-
HSV(B)298.24º30.63%87.06%-
XYZ54.2643.674.66-
YUV181.49150.87155.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 154 (60.55% from 255) = 25.84%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=36.91%
G=25.84%
B=37.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201542220.010.3100.13298.2450.7573.73
HexDC9ADE11F0D12a334a
Octal33423233613701545263112
Binary110111001001101011011110111111011011001010101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9ADE; }

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

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

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

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

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

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

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

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