#DA95E7

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

Shades of Plum #DA95E7

Tints of Plum #DA95E7

Color information

#DA95E7 (or 0xDA95E7) is unknown color: approx Plum. HEX triplet: DA, 95 and E7. RGB value is (218,149,231). Sum of RGB (Red+Green+Blue) = 218+149+231=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA95E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA95E7 is #256A18. Grayscale: #B2B2B2. Windows color (decimal): -2451993 or 15177178. OLE color: 15177178.

HSL color Cylindrical-coordinate representation of color #DA95E7: hue angle of 290.49º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA95E7 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218149231-
CMYK0.060.3500.09
HSL290.49º63.08%74.51%-
HSV(B)290.49º35.5%90.59%-
XYZ54.0842.1780.89-
YUV178.98157.36155.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 149 (58.59% from 255) = 24.92%
BLUE value IS 231 (90.62% from 255) = 38.63%
R=36.45%
G=24.92%
B=38.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181492310.060.3500.09290.4963.0874.51
HexDA95E7623091223f4b
Octal33222534764301144277113
Binary110110101001010111100111110100011010011001000101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95E7; }

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

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

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

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

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

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

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

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