#DA9FCD

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

Shades of Plum #DA9FCD

Tints of Plum #DA9FCD

Color information

#DA9FCD (or 0xDA9FCD) is unknown color: approx Plum. HEX triplet: DA, 9F and CD. RGB value is (218,159,205). Sum of RGB (Red+Green+Blue) = 218+159+205=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FCD is #256032. Grayscale: #B5B5B5. Windows color (decimal): -2449459 or 13475802. OLE color: 13475802.

HSL color Cylindrical-coordinate representation of color #DA9FCD: hue angle of 313.22º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DA9FCD is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218159205-
CMYK00.270.060.15
HSL313.22º44.36%73.92%-
HSV(B)313.22º27.06%85.49%-
XYZ52.3344.1163.51-
YUV181.88141.05153.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 159 (62.5% from 255) = 27.32%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=37.46%
G=27.32%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815920500.270.060.15313.2244.3673.92
HexDA9FCD01B6F1392c4a
Octal33223731503361747154112
Binary11011010100111111100110101101111011111001110011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FCD; }

 p { color: rgb(218,159,205); }

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

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

 a { background-color: rgb(218,159,205); }

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

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

 span { border-color: rgb(218,159,205); }

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