#DA9FCF

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

Shades of Plum #DA9FCF

Tints of Plum #DA9FCF

Color information

#DA9FCF (or 0xDA9FCF) is unknown color: approx Plum. HEX triplet: DA, 9F and CF. RGB value is (218,159,207). Sum of RGB (Red+Green+Blue) = 218+159+207=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FCF is #256030. Grayscale: #B5B5B5. Windows color (decimal): -2449457 or 13606874. OLE color: 13606874.

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

Color convert

RGB218159207-
CMYK00.270.050.15
HSL311.19º44.36%73.92%-
HSV(B)311.19º27.06%85.49%-
XYZ52.5744.2164.79-
YUV182.11142.05153.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=37.33%
G=27.23%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815920700.270.050.15311.1944.3673.92
HexDA9FCF01B5F1372c4a
Octal33223731703351746754112
Binary11011010100111111100111101101110111111001101111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FCF; }

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

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

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

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

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

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

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

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