#DA93CE

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

Shades of Plum #DA93CE

Tints of Plum #DA93CE

Color information

#DA93CE (or 0xDA93CE) is unknown color: approx Plum. HEX triplet: DA, 93 and CE. RGB value is (218,147,206). Sum of RGB (Red+Green+Blue) = 218+147+206=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DA93CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93CE is #256C31. Grayscale: #AEAEAE. Windows color (decimal): -2452530 or 13538266. OLE color: 13538266.

HSL color Cylindrical-coordinate representation of color #DA93CE: hue angle of 310.14º 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 #DA93CE is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218147206-
CMYK00.330.060.15
HSL310.14º48.97%71.57%-
HSV(B)310.14º32.57%85.49%-
XYZ50.4940.2363.5-
YUV174.96145.52158.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 147 (57.81% from 255) = 25.74%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=38.18%
G=25.74%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814720600.330.060.15310.1448.9771.57
HexDA93CE0216F1363148
Octal33222331604161746661110
Binary110110101001001111001110010000111011111001101101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA93CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA93CE; }

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

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

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

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

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

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

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

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