#DF9BDA

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

Shades of Plum #DF9BDA

Tints of Plum #DF9BDA

Color information

#DF9BDA (or 0xDF9BDA) is unknown color: approx Plum. HEX triplet: DF, 9B and DA. RGB value is (223,155,218). Sum of RGB (Red+Green+Blue) = 223+155+218=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9BDA is #206425. Grayscale: #B6B6B6. Windows color (decimal): -2122790 or 14326751. OLE color: 14326751.

HSL color Cylindrical-coordinate representation of color #DF9BDA: hue angle of 304.41º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9BDA is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223155218-
CMYK00.300.020.13
HSL304.41º51.52%74.12%-
HSV(B)304.41º30.49%87.45%-
XYZ54.8144.1971.97-
YUV182.51148.03156.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 155 (60.94% from 255) = 26.01%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=37.42%
G=26.01%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315521800.300.020.13304.4151.5274.12
HexDF9BDA01E2D130344a
Octal33723333203621546064112
Binary1101111110011011110110100111101011011001100001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9BDA; }

 p { color: rgb(223,155,218); }

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

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

 a { background-color: rgb(223,155,218); }

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

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

 span { border-color: rgb(223,155,218); }

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