#DA8DD2

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

Shades of Plum #DA8DD2

Tints of Plum #DA8DD2

Color information

#DA8DD2 (or 0xDA8DD2) is unknown color: approx Plum. HEX triplet: DA, 8D and D2. RGB value is (218,141,210). Sum of RGB (Red+Green+Blue) = 218+141+210=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DD2 is #25722D. Grayscale: #ABABAB. Windows color (decimal): -2454062 or 13798874. OLE color: 13798874.

HSL color Cylindrical-coordinate representation of color #DA8DD2: hue angle of 306.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8DD2 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB218141210-
CMYK00.350.040.15
HSL306.23º50.99%70.39%-
HSV(B)306.23º35.32%85.49%-
XYZ50.0738.6165.79-
YUV171.89149.51160.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 141 (55.47% from 255) = 24.78%
BLUE value IS 210 (82.42% from 255) = 36.91%
R=38.31%
G=24.78%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814121000.350.040.15306.2350.9970.39
HexDA8DD20234F1323346
Octal33221532204341746263106
Binary110110101000110111010010010001110011111001100101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8DD2; }

 p { color: rgb(218,141,210); }

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

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

 a { background-color: rgb(218,141,210); }

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

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

 span { border-color: rgb(218,141,210); }

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