#DA9BCD

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

Shades of Plum #DA9BCD

Tints of Plum #DA9BCD

Color information

#DA9BCD (or 0xDA9BCD) is unknown color: approx Plum. HEX triplet: DA, 9B and CD. RGB value is (218,155,205). Sum of RGB (Red+Green+Blue) = 218+155+205=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BCD is #256432. Grayscale: #B3B3B3. Windows color (decimal): -2450483 or 13474778. OLE color: 13474778.

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

Color convert

RGB218155205-
CMYK00.290.060.15
HSL312.38º45.99%73.14%-
HSV(B)312.38º28.9%85.49%-
XYZ51.6542.7663.29-
YUV179.54142.37155.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 155 (60.94% from 255) = 26.82%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=37.72%
G=26.82%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815520500.290.060.15312.3845.9973.14
HexDA9BCD01D6F1382e49
Octal33223331503561747056111
Binary11011010100110111100110101110111011111001110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9BCD; }

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

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

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

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

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

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

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

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