#DA9DCE

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

Shades of Plum #DA9DCE

Tints of Plum #DA9DCE

Color information

#DA9DCE (or 0xDA9DCE) is unknown color: approx Plum. HEX triplet: DA, 9D and CE. RGB value is (218,157,206). Sum of RGB (Red+Green+Blue) = 218+157+206=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DCE is #256231. Grayscale: #B4B4B4. Windows color (decimal): -2449970 or 13540826. OLE color: 13540826.

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

Color convert

RGB218157206-
CMYK00.280.060.15
HSL311.8º45.19%73.53%-
HSV(B)311.8º27.98%85.49%-
XYZ52.1143.4864.04-
YUV180.82142.21154.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 157 (61.72% from 255) = 27.02%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=37.52%
G=27.02%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815720600.280.060.15311.845.1973.53
HexDA9DCE01C6F1382d4a
Octal33223531603461747055112
Binary11011010100111011100111001110011011111001110001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DCE; }

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

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

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

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

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

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

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

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