#DA95DB

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

Shades of Plum #DA95DB

Tints of Plum #DA95DB

Color information

#DA95DB (or 0xDA95DB) is unknown color: approx Plum. HEX triplet: DA, 95 and DB. RGB value is (218,149,219). Sum of RGB (Red+Green+Blue) = 218+149+219=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA95DB is #256A24. Grayscale: #B1B1B1. Windows color (decimal): -2452005 or 14390746. OLE color: 14390746.

HSL color Cylindrical-coordinate representation of color #DA95DB: hue angle of 299.14º degrees, saturation: 0.49, 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 #DA95DB is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218149219-
CMYK0.000.3200.14
HSL299.14º49.3%72.16%-
HSV(B)299.14º31.96%85.88%-
XYZ52.4541.5172.27-
YUV177.61151.36156.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 149 (58.59% from 255) = 25.43%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=37.20%
G=25.43%
B=37.37%

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
Decimal2181492190.000.3200.14299.1449.372.16
HexDA95DB0200E12b3148
Octal33222533304001645361110
Binary1101101010010101110110110100000011101001010111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95DB; }

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

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

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

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

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

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

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

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