#DA8DD0

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

Shades of Plum #DA8DD0

Tints of Plum #DA8DD0

Color information

#DA8DD0 (or 0xDA8DD0) is unknown color: approx Plum. HEX triplet: DA, 8D and D0. RGB value is (218,141,208). Sum of RGB (Red+Green+Blue) = 218+141+208=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DD0 is #25722F. Grayscale: #ABABAB. Windows color (decimal): -2454064 or 13667802. OLE color: 13667802.

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

Color convert

RGB218141208-
CMYK00.350.050.15
HSL307.79º50.99%70.39%-
HSV(B)307.79º35.32%85.49%-
XYZ49.8238.5164.48-
YUV171.66148.51161.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=38.45%
G=24.87%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814120800.350.050.15307.7950.9970.39
HexDA8DD00235F1343346
Octal33221532004351746463106
Binary110110101000110111010000010001110111111001101001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8DD0; }

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

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

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

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

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

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

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

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