#DA9DDC

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

Shades of Plum #DA9DDC

Tints of Plum #DA9DDC

Color information

#DA9DDC (or 0xDA9DDC) is unknown color: approx Plum. HEX triplet: DA, 9D and DC. RGB value is (218,157,220). Sum of RGB (Red+Green+Blue) = 218+157+220=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DDC is #256223. Grayscale: #B6B6B6. Windows color (decimal): -2449956 or 14458330. OLE color: 14458330.

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

Color convert

RGB218157220-
CMYK0.010.2900.14
HSL298.1º47.37%73.92%-
HSV(B)298.1º28.64%86.27%-
XYZ53.8944.1973.4-
YUV182.42149.21153.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 157 (61.72% from 255) = 26.39%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=36.64%
G=26.39%
B=36.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181572200.010.2900.14298.147.3773.92
HexDA9DDC11D0E12a2f4a
Octal33223533413501645257112
Binary110110101001110111011100111101011101001010101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DDC; }

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

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

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

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

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

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

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

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