#DA9FCB

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

Shades of Plum #DA9FCB

Tints of Plum #DA9FCB

Color information

#DA9FCB (or 0xDA9FCB) is unknown color: approx Plum. HEX triplet: DA, 9F and CB. RGB value is (218,159,203). Sum of RGB (Red+Green+Blue) = 218+159+203=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FCB is #256034. Grayscale: #B5B5B5. Windows color (decimal): -2449461 or 13344730. OLE color: 13344730.

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

Color convert

RGB218159203-
CMYK00.270.070.15
HSL315.25º44.36%73.92%-
HSV(B)315.25º27.06%85.49%-
XYZ52.0944.0162.25-
YUV181.66140.05153.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 159 (62.5% from 255) = 27.41%
BLUE value IS 203 (79.69% from 255) = 35%
R=37.59%
G=27.41%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815920300.270.070.15315.2544.3673.92
HexDA9FCB01B7F13b2c4a
Octal33223731303371747354112
Binary11011010100111111100101101101111111111001110111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FCB; }

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

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

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

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

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

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

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

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