#DA94D6

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

Shades of Plum #DA94D6

Tints of Plum #DA94D6

Color information

#DA94D6 (or 0xDA94D6) is unknown color: approx Plum. HEX triplet: DA, 94 and D6. RGB value is (218,148,214). Sum of RGB (Red+Green+Blue) = 218+148+214=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DA94D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94D6 is #256B29. Grayscale: #B0B0B0. Windows color (decimal): -2452266 or 14062810. OLE color: 14062810.

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

Color convert

RGB218148214-
CMYK00.320.020.15
HSL303.43º48.61%71.76%-
HSV(B)303.43º32.11%85.49%-
XYZ51.6440.9468.8-
YUV176.45149.19157.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 148 (58.20% from 255) = 25.52%
BLUE value IS 214 (83.98% from 255) = 36.90%
R=37.59%
G=25.52%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814821400.320.020.15303.4348.6171.76
HexDA94D60202F12f3148
Octal33222432604021745761110
Binary11011010100101001101011001000001011111001011111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA94D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA94D6; }

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

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

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

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

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

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

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

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