#DA9CD3

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

Shades of Plum #DA9CD3

Tints of Plum #DA9CD3

Color information

#DA9CD3 (or 0xDA9CD3) is unknown color: approx Plum. HEX triplet: DA, 9C and D3. RGB value is (218,156,211). Sum of RGB (Red+Green+Blue) = 218+156+211=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CD3 is #25632C. Grayscale: #B4B4B4. Windows color (decimal): -2450221 or 13868250. OLE color: 13868250.

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

Color convert

RGB218156211-
CMYK00.280.030.15
HSL306.77º45.59%73.33%-
HSV(B)306.77º28.44%85.49%-
XYZ52.5643.3967.23-
YUV180.81145.04154.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 156 (61.33% from 255) = 26.67%
BLUE value IS 211 (82.81% from 255) = 36.07%
R=37.26%
G=26.67%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815621100.280.030.15306.7745.5973.33
HexDA9CD301C3F1332e49
Octal33223432303431746356111
Binary1101101010011100110100110111001111111001100111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9CD3; }

 p { color: rgb(218,156,211); }

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

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

 a { background-color: rgb(218,156,211); }

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

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

 span { border-color: rgb(218,156,211); }

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