#DA9ECF

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

Shades of Plum #DA9ECF

Tints of Plum #DA9ECF

Color information

#DA9ECF (or 0xDA9ECF) is unknown color: approx Plum. HEX triplet: DA, 9E and CF. RGB value is (218,158,207). Sum of RGB (Red+Green+Blue) = 218+158+207=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ECF is #256130. Grayscale: #B5B5B5. Windows color (decimal): -2449713 or 13606618. OLE color: 13606618.

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

Color convert

RGB218158207-
CMYK00.280.050.15
HSL311º44.78%73.73%-
HSV(B)311º27.52%85.49%-
XYZ52.443.8664.74-
YUV181.53142.38154.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 158 (62.11% from 255) = 27.10%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=37.39%
G=27.10%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815820700.280.050.1531144.7873.73
HexDA9ECF01C5F1372d4a
Octal33223631703451746755112
Binary11011010100111101100111101110010111111001101111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9ECF; }

 p { color: rgb(218,158,207); }

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

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

 a { background-color: rgb(218,158,207); }

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

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

 span { border-color: rgb(218,158,207); }

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