#DA94DB

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

Shades of Plum #DA94DB

Tints of Plum #DA94DB

Color information

#DA94DB (or 0xDA94DB) is unknown color: approx Plum. HEX triplet: DA, 94 and DB. RGB value is (218,148,219). Sum of RGB (Red+Green+Blue) = 218+148+219=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA94DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94DB is #256B24. Grayscale: #B0B0B0. Windows color (decimal): -2452261 or 14390490. OLE color: 14390490.

HSL color Cylindrical-coordinate representation of color #DA94DB: hue angle of 299.15º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA94DB is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218148219-
CMYK0.000.3200.14
HSL299.15º49.65%71.96%-
HSV(B)299.15º32.42%85.88%-
XYZ52.2941.272.21-
YUV177.02151.69157.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 148 (58.20% from 255) = 25.30%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=37.26%
G=25.30%
B=37.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181482190.000.3200.14299.1549.6571.96
HexDA94DB0200E12b3248
Octal33222433304001645362110
Binary1101101010010100110110110100000011101001010111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA94DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA94DB; }

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

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

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

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

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

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

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

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