#DA8DCF

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

Shades of Plum #DA8DCF

Tints of Plum #DA8DCF

Color information

#DA8DCF (or 0xDA8DCF) is unknown color: approx Plum. HEX triplet: DA, 8D and CF. RGB value is (218,141,207). Sum of RGB (Red+Green+Blue) = 218+141+207=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DCF is #257230. Grayscale: #ABABAB. Windows color (decimal): -2454065 or 13602266. OLE color: 13602266.

HSL color Cylindrical-coordinate representation of color #DA8DCF: hue angle of 308.57º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8DCF is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218141207-
CMYK00.350.050.15
HSL308.57º50.99%70.39%-
HSV(B)308.57º35.32%85.49%-
XYZ49.738.4663.84-
YUV171.55148.01161.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 141 (55.47% from 255) = 24.91%
BLUE value IS 207 (81.25% from 255) = 36.57%
R=38.52%
G=24.91%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814120700.350.050.15308.5750.9970.39
HexDA8DCF0235F1353346
Octal33221531704351746563106
Binary110110101000110111001111010001110111111001101011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8DCF; }

 p { color: rgb(218,141,207); }

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

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

 a { background-color: rgb(218,141,207); }

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

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

 span { border-color: rgb(218,141,207); }

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