#DA93D1

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

Shades of Plum #DA93D1

Tints of Plum #DA93D1

Color information

#DA93D1 (or 0xDA93D1) is unknown color: approx Plum. HEX triplet: DA, 93 and D1. RGB value is (218,147,209). Sum of RGB (Red+Green+Blue) = 218+147+209=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DA93D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93D1 is #256C2E. Grayscale: #AFAFAF. Windows color (decimal): -2452527 or 13734874. OLE color: 13734874.

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

Color convert

RGB218147209-
CMYK00.330.040.15
HSL307.61º48.97%71.57%-
HSV(B)307.61º32.57%85.49%-
XYZ50.8640.3865.43-
YUV175.3147.02158.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 147 (57.81% from 255) = 25.61%
BLUE value IS 209 (82.03% from 255) = 36.41%
R=37.98%
G=25.61%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814720900.330.040.15307.6148.9771.57
HexDA93D10214F1343148
Octal33222332104141746461110
Binary110110101001001111010001010000110011111001101001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA93D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA93D1; }

 p { color: rgb(218,147,209); }

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

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

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

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

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

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

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