#DA9CCF

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

Shades of Plum #DA9CCF

Tints of Plum #DA9CCF

Color information

#DA9CCF (or 0xDA9CCF) is unknown color: approx Plum. HEX triplet: DA, 9C and CF. RGB value is (218,156,207). Sum of RGB (Red+Green+Blue) = 218+156+207=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CCF is #256330. Grayscale: #B4B4B4. Windows color (decimal): -2450225 or 13606106. OLE color: 13606106.

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

Color convert

RGB218156207-
CMYK00.280.050.15
HSL310.65º45.59%73.33%-
HSV(B)310.65º28.44%85.49%-
XYZ52.0643.1964.62-
YUV180.35143.04154.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 156 (61.33% from 255) = 26.85%
BLUE value IS 207 (81.25% from 255) = 35.63%
R=37.52%
G=26.85%
B=35.63%

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
Decimal21815620700.280.050.15310.6545.5973.33
HexDA9CCF01C5F1372e49
Octal33223431703451746756111
Binary11011010100111001100111101110010111111001101111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9CCF; }

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

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

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

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

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

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

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

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