#DA95E5

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

Shades of Plum #DA95E5

Tints of Plum #DA95E5

Color information

#DA95E5 (or 0xDA95E5) is unknown color: approx Plum. HEX triplet: DA, 95 and E5. RGB value is (218,149,229). Sum of RGB (Red+Green+Blue) = 218+149+229=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA95E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA95E5 is #256A1A. Grayscale: #B2B2B2. Windows color (decimal): -2451995 or 15046106. OLE color: 15046106.

HSL color Cylindrical-coordinate representation of color #DA95E5: hue angle of 291.75º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA95E5 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218149229-
CMYK0.050.3500.10
HSL291.75º60.61%74.12%-
HSV(B)291.75º34.93%89.8%-
XYZ53.842.0679.41-
YUV178.75156.36156-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 149 (58.59% from 255) = 25%
BLUE value IS 229 (89.84% from 255) = 38.42%
R=36.58%
G=25%
B=38.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181492290.050.3500.10291.7560.6174.12
HexDA95E55230A1243d4a
Octal33222534554301244475112
Binary110110101001010111100101101100011010101001001001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95E5; }

 p { color: rgb(218,149,229); }

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

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

 a { background-color: rgb(218,149,229); }

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

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

 span { border-color: rgb(218,149,229); }

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