#DA91DC

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

Shades of Plum #DA91DC

Tints of Plum #DA91DC

Color information

#DA91DC (or 0xDA91DC) is unknown color: approx Plum. HEX triplet: DA, 91 and DC. RGB value is (218,145,220). Sum of RGB (Red+Green+Blue) = 218+145+220=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91DC is #256E23. Grayscale: #AFAFAF. Windows color (decimal): -2453028 or 14455258. OLE color: 14455258.

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

Color convert

RGB218145220-
CMYK0.010.3400.14
HSL298.4º51.72%71.57%-
HSV(B)298.4º34.09%86.27%-
XYZ51.9640.3272.75-
YUV175.38153.18158.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 145 (57.03% from 255) = 24.87%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=37.39%
G=24.87%
B=37.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181452200.010.3400.14298.451.7271.57
HexDA91DC1220E12a3448
Octal33222133414201645264110
Binary1101101010010001110111001100010011101001010101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA91DC; }

 p { color: rgb(218,145,220); }

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

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

 a { background-color: rgb(218,145,220); }

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

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

 span { border-color: rgb(218,145,220); }

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