#DA8DCE

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

Shades of Plum #DA8DCE

Tints of Plum #DA8DCE

Color information

#DA8DCE (or 0xDA8DCE) is unknown color: approx Plum. HEX triplet: DA, 8D and CE. RGB value is (218,141,206). Sum of RGB (Red+Green+Blue) = 218+141+206=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DCE is #257231. Grayscale: #ABABAB. Windows color (decimal): -2454066 or 13536730. OLE color: 13536730.

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

Color convert

RGB218141206-
CMYK00.350.060.15
HSL309.35º50.99%70.39%-
HSV(B)309.35º35.32%85.49%-
XYZ49.5838.4163.19-
YUV171.43147.51161.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 141 (55.47% from 255) = 24.96%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=38.58%
G=24.96%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814120600.350.060.15309.3550.9970.39
HexDA8DCE0236F1353346
Octal33221531604361746563106
Binary110110101000110111001110010001111011111001101011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8DCE; }

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

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

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

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

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

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

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

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