#DA9BD4

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

Shades of Plum #DA9BD4

Tints of Plum #DA9BD4

Color information

#DA9BD4 (or 0xDA9BD4) is unknown color: approx Plum. HEX triplet: DA, 9B and D4. RGB value is (218,155,212). Sum of RGB (Red+Green+Blue) = 218+155+212=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BD4 is #25642B. Grayscale: #B4B4B4. Windows color (decimal): -2450476 or 13933530. OLE color: 13933530.

HSL color Cylindrical-coordinate representation of color #DA9BD4: hue angle of 305.71º 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 #DA9BD4 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB218155212-
CMYK00.290.030.15
HSL305.71º45.99%73.14%-
HSV(B)305.71º28.9%85.49%-
XYZ52.5243.167.84-
YUV180.34145.87154.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 155 (60.94% from 255) = 26.50%
BLUE value IS 212 (83.20% from 255) = 36.24%
R=37.26%
G=26.50%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815521200.290.030.15305.7145.9973.14
HexDA9BD401D3F1322e49
Octal33223332403531746256111
Binary1101101010011011110101000111011111111001100101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9BD4; }

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

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

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

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

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

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

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

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