#DA93CC

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

Shades of Plum #DA93CC

Tints of Plum #DA93CC

Color information

#DA93CC (or 0xDA93CC) is unknown color: approx Plum. HEX triplet: DA, 93 and CC. RGB value is (218,147,204). Sum of RGB (Red+Green+Blue) = 218+147+204=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DA93CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93CC is #256C33. Grayscale: #AEAEAE. Windows color (decimal): -2452532 or 13407194. OLE color: 13407194.

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

Color convert

RGB218147204-
CMYK00.330.060.15
HSL311.83º48.97%71.57%-
HSV(B)311.83º32.57%85.49%-
XYZ50.2540.1362.22-
YUV174.73144.52158.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 147 (57.81% from 255) = 25.83%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=38.31%
G=25.83%
B=35.85%

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
Decimal21814720400.330.060.15311.8348.9771.57
HexDA93CC0216F1383148
Octal33222331404161747061110
Binary110110101001001111001100010000111011111001110001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA93CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA93CC; }

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

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

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

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

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

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

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

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