#DF9BD5

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

Shades of Plum #DF9BD5

Tints of Plum #DF9BD5

Color information

#DF9BD5 (or 0xDF9BD5) is unknown color: approx Plum. HEX triplet: DF, 9B and D5. RGB value is (223,155,213). Sum of RGB (Red+Green+Blue) = 223+155+213=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9BD5 is #20642A. Grayscale: #B5B5B5. Windows color (decimal): -2122795 or 13999071. OLE color: 13999071.

HSL color Cylindrical-coordinate representation of color #DF9BD5: hue angle of 308.82º 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 #DF9BD5 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223155213-
CMYK00.300.040.13
HSL308.82º51.52%74.12%-
HSV(B)308.82º30.49%87.45%-
XYZ54.1643.9368.58-
YUV181.94145.53157.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 155 (60.94% from 255) = 26.23%
BLUE value IS 213 (83.59% from 255) = 36.04%
R=37.73%
G=26.23%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315521300.300.040.13308.8251.5274.12
HexDF9BD501E4D135344a
Octal33723332503641546564112
Binary11011111100110111101010101111010011011001101011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9BD5; }

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

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

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

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

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

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

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

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