#DA8FCD

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

Shades of Plum #DA8FCD

Tints of Plum #DA8FCD

Color information

#DA8FCD (or 0xDA8FCD) is unknown color: approx Plum. HEX triplet: DA, 8F and CD. RGB value is (218,143,205). Sum of RGB (Red+Green+Blue) = 218+143+205=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FCD is #257032. Grayscale: #ACACAC. Windows color (decimal): -2453555 or 13471706. OLE color: 13471706.

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

Color convert

RGB218143205-
CMYK00.340.060.15
HSL310.4º50.34%70.78%-
HSV(B)310.4º34.4%85.49%-
XYZ49.7638.9662.65-
YUV172.49146.35160.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 143 (56.25% from 255) = 25.27%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=38.52%
G=25.27%
B=36.22%

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
Decimal21814320500.340.060.15310.450.3470.78
HexDA8FCD0226F1363247
Octal33221731504261746662107
Binary110110101000111111001101010001011011111001101101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8FCD; }

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

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

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

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

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

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

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

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