#DA9BCC

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

Shades of Plum #DA9BCC

Tints of Plum #DA9BCC

Color information

#DA9BCC (or 0xDA9BCC) is unknown color: approx Plum. HEX triplet: DA, 9B and CC. RGB value is (218,155,204). Sum of RGB (Red+Green+Blue) = 218+155+204=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BCC is #256433. Grayscale: #B3B3B3. Windows color (decimal): -2450484 or 13409242. OLE color: 13409242.

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

Color convert

RGB218155204-
CMYK00.290.060.15
HSL313.33º45.99%73.14%-
HSV(B)313.33º28.9%85.49%-
XYZ51.5342.7162.65-
YUV179.42141.87155.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 155 (60.94% from 255) = 26.86%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=37.78%
G=26.86%
B=35.36%

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
Decimal21815520400.290.060.15313.3345.9973.14
HexDA9BCC01D6F1392e49
Octal33223331403561747156111
Binary11011010100110111100110001110111011111001110011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9BCC; }

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

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

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

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

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

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

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

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