#DA94D2

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

Shades of Plum #DA94D2

Tints of Plum #DA94D2

Color information

#DA94D2 (or 0xDA94D2) is unknown color: approx Plum. HEX triplet: DA, 94 and D2. RGB value is (218,148,210). Sum of RGB (Red+Green+Blue) = 218+148+210=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DA94D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94D2 is #256B2D. Grayscale: #AFAFAF. Windows color (decimal): -2452270 or 13800666. OLE color: 13800666.

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

Color convert

RGB218148210-
CMYK00.320.040.15
HSL306.86º48.61%71.76%-
HSV(B)306.86º32.11%85.49%-
XYZ51.1440.7466.14-
YUV176147.19157.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 210 (82.42% from 255) = 36.46%
R=37.85%
G=25.69%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814821000.320.040.15306.8648.6171.76
HexDA94D20204F1333148
Octal33222432204041746361110
Binary110110101001010011010010010000010011111001100111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA94D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA94D2; }

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

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

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

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

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

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

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

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