#DA9FD1

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

Shades of Plum #DA9FD1

Tints of Plum #DA9FD1

Color information

#DA9FD1 (or 0xDA9FD1) is unknown color: approx Plum. HEX triplet: DA, 9F and D1. RGB value is (218,159,209). Sum of RGB (Red+Green+Blue) = 218+159+209=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FD1 is #25602E. Grayscale: #B6B6B6. Windows color (decimal): -2449455 or 13737946. OLE color: 13737946.

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

Color convert

RGB218159209-
CMYK00.270.040.15
HSL309.15º44.36%73.92%-
HSV(B)309.15º27.06%85.49%-
XYZ52.8244.3166.09-
YUV182.34143.05153.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 159 (62.5% from 255) = 27.13%
BLUE value IS 209 (82.03% from 255) = 35.67%
R=37.20%
G=27.13%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815920900.270.040.15309.1544.3673.92
HexDA9FD101B4F1352c4a
Octal33223732103341746554112
Binary11011010100111111101000101101110011111001101011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FD1; }

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

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

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

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

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

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

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

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