#DC9FD6

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

Shades of Plum #DC9FD6

Tints of Plum #DC9FD6

Color information

#DC9FD6 (or 0xDC9FD6) is unknown color: approx Plum. HEX triplet: DC, 9F and D6. RGB value is (220,159,214). Sum of RGB (Red+Green+Blue) = 220+159+214=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FD6 is #236029. Grayscale: #B7B7B7. Windows color (decimal): -2318378 or 14065628. OLE color: 14065628.

HSL color Cylindrical-coordinate representation of color #DC9FD6: hue angle of 305.9º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9FD6 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220159214-
CMYK00.280.030.14
HSL305.9º46.56%74.31%-
HSV(B)305.9º27.73%86.27%-
XYZ54.0544.8769.43-
YUV183.51145.21154.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 159 (62.5% from 255) = 26.81%
BLUE value IS 214 (83.98% from 255) = 36.09%
R=37.10%
G=26.81%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015921400.280.030.14305.946.5674.31
HexDC9FD601C3E1322f4a
Octal33423732603431646257112
Binary1101110010011111110101100111001111101001100101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FD6; }

 p { color: rgb(220,159,214); }

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

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

 a { background-color: rgb(220,159,214); }

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

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

 span { border-color: rgb(220,159,214); }

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