#DA8FCC

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

Shades of Plum #DA8FCC

Tints of Plum #DA8FCC

Color information

#DA8FCC (or 0xDA8FCC) is unknown color: approx Plum. HEX triplet: DA, 8F and CC. RGB value is (218,143,204). Sum of RGB (Red+Green+Blue) = 218+143+204=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FCC is #257033. Grayscale: #ACACAC. Windows color (decimal): -2453556 or 13406170. OLE color: 13406170.

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

Color convert

RGB218143204-
CMYK00.340.060.15
HSL311.2º50.34%70.78%-
HSV(B)311.2º34.4%85.49%-
XYZ49.6338.9162.02-
YUV172.38145.85160.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 143 (56.25% from 255) = 25.31%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=38.58%
G=25.31%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814320400.340.060.15311.250.3470.78
HexDA8FCC0226F1373247
Octal33221731404261746762107
Binary110110101000111111001100010001011011111001101111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8FCC; }

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

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

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

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

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

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

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

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