#DA9BD5

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

Shades of Plum #DA9BD5

Tints of Plum #DA9BD5

Color information

#DA9BD5 (or 0xDA9BD5) is unknown color: approx Plum. HEX triplet: DA, 9B and D5. RGB value is (218,155,213). Sum of RGB (Red+Green+Blue) = 218+155+213=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BD5 is #25642A. Grayscale: #B4B4B4. Windows color (decimal): -2450475 or 13999066. OLE color: 13999066.

HSL color Cylindrical-coordinate representation of color #DA9BD5: hue angle of 304.76º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9BD5 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB218155213-
CMYK00.290.020.15
HSL304.76º45.99%73.14%-
HSV(B)304.76º28.9%85.49%-
XYZ52.6543.1568.51-
YUV180.45146.37154.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 155 (60.94% from 255) = 26.45%
BLUE value IS 213 (83.59% from 255) = 36.35%
R=37.20%
G=26.45%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815521300.290.020.15304.7645.9973.14
HexDA9BD501D2F1312e49
Octal33223332503521746156111
Binary1101101010011011110101010111011011111001100011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9BD5; }

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

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

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

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

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

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

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

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