#DA94D8

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

Shades of Plum #DA94D8

Tints of Plum #DA94D8

Color information

#DA94D8 (or 0xDA94D8) is unknown color: approx Plum. HEX triplet: DA, 94 and D8. RGB value is (218,148,216). Sum of RGB (Red+Green+Blue) = 218+148+216=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DA94D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94D8 is #256B27. Grayscale: #B0B0B0. Windows color (decimal): -2452264 or 14193882. OLE color: 14193882.

HSL color Cylindrical-coordinate representation of color #DA94D8: hue angle of 301.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA94D8 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB218148216-
CMYK00.320.010.15
HSL301.71º48.61%71.76%-
HSV(B)301.71º32.11%85.49%-
XYZ51.941.0470.15-
YUV176.68150.19157.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 148 (58.20% from 255) = 25.43%
BLUE value IS 216 (84.77% from 255) = 37.11%
R=37.46%
G=25.43%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814821600.320.010.15301.7148.6171.76
HexDA94D80201F12e3148
Octal33222433004011745661110
Binary1101101010010100110110000100000111111001011101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA94D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA94D8; }

 p { color: rgb(218,148,216); }

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

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

 a { background-color: rgb(218,148,216); }

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

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

 span { border-color: rgb(218,148,216); }

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