#DA8FDF

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

Shades of Plum #DA8FDF

Tints of Plum #DA8FDF

Color information

#DA8FDF (or 0xDA8FDF) is unknown color: approx Plum. HEX triplet: DA, 8F and DF. RGB value is (218,143,223). Sum of RGB (Red+Green+Blue) = 218+143+223=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FDF is #257020. Grayscale: #AEAEAE. Windows color (decimal): -2453537 or 14651354. OLE color: 14651354.

HSL color Cylindrical-coordinate representation of color #DA8FDF: hue angle of 296.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8FDF is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218143223-
CMYK0.020.3600.13
HSL296.25º55.56%71.76%-
HSV(B)296.25º35.87%87.45%-
XYZ52.0639.8874.77-
YUV174.54155.35159-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 143 (56.25% from 255) = 24.49%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=37.33%
G=24.49%
B=38.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181432230.020.3600.13296.2555.5671.76
HexDA8FDF2240D1283848
Octal33221733724401545070110
Binary11011010100011111101111110100100011011001010001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8FDF; }

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

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

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

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

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

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

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

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