#DA92DA

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

Shades of Plum #DA92DA

Tints of Plum #DA92DA

Color information

#DA92DA (or 0xDA92DA) is unknown color: approx Plum. HEX triplet: DA, 92 and DA. RGB value is (218,146,218). Sum of RGB (Red+Green+Blue) = 218+146+218=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA92DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA92DA is #256D25. Grayscale: #AFAFAF. Windows color (decimal): -2452774 or 14324442. OLE color: 14324442.

HSL color Cylindrical-coordinate representation of color #DA92DA: hue angle of 300º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA92DA is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218146218-
CMYK00.3300.15
HSL300º49.32%71.37%-
HSV(B)300º33.03%85.49%-
XYZ51.8540.5371.42-
YUV175.74151.85158.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 146 (57.42% from 255) = 25.09%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=37.46%
G=25.09%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814621800.3300.1530049.3271.37
HexDA92DA0210F12c3147
Octal33222233204101745461107
Binary1101101010010010110110100100001011111001011001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA92DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA92DA; }

 p { color: rgb(218,146,218); }

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

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

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

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

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

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

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