#DA9ACB

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

Shades of Plum #DA9ACB

Tints of Plum #DA9ACB

Color information

#DA9ACB (or 0xDA9ACB) is unknown color: approx Plum. HEX triplet: DA, 9A and CB. RGB value is (218,154,203). Sum of RGB (Red+Green+Blue) = 218+154+203=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ACB is #256534. Grayscale: #B2B2B2. Windows color (decimal): -2450741 or 13343450. OLE color: 13343450.

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

Color convert

RGB218154203-
CMYK00.290.070.15
HSL314.06º46.38%72.94%-
HSV(B)314.06º29.36%85.49%-
XYZ51.2542.3361.97-
YUV178.72141.7156.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 154 (60.55% from 255) = 26.78%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=37.91%
G=26.78%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815420300.290.070.15314.0646.3872.94
HexDA9ACB01D7F13a2e49
Octal33223231303571747256111
Binary11011010100110101100101101110111111111001110101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9ACB; }

 p { color: rgb(218,154,203); }

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

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

 a { background-color: rgb(218,154,203); }

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

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

 span { border-color: rgb(218,154,203); }

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