#DA88DC

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

Shades of Plum #DA88DC

Tints of Plum #DA88DC

Color information

#DA88DC (or 0xDA88DC) is unknown color: approx Plum. HEX triplet: DA, 88 and DC. RGB value is (218,136,220). Sum of RGB (Red+Green+Blue) = 218+136+220=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA88DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88DC is #257723. Grayscale: #A9A9A9. Windows color (decimal): -2455332 or 14452954. OLE color: 14452954.

HSL color Cylindrical-coordinate representation of color #DA88DC: hue angle of 298.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA88DC is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218136220-
CMYK0.010.3800.14
HSL298.57º54.55%69.8%-
HSV(B)298.57º38.18%86.27%-
XYZ50.6437.6872.31-
YUV170.09156.17162.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 136 (53.52% from 255) = 23.69%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=37.98%
G=23.69%
B=38.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181362200.010.3800.14298.5754.5569.8
HexDA88DC1260E12b3746
Octal33221033414601645367106
Binary1101101010001000110111001100110011101001010111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA88DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA88DC; }

 p { color: rgb(218,136,220); }

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

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

 a { background-color: rgb(218,136,220); }

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

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

 span { border-color: rgb(218,136,220); }

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