#DA98D9

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

Shades of Plum #DA98D9

Tints of Plum #DA98D9

Color information

#DA98D9 (or 0xDA98D9) is unknown color: approx Plum. HEX triplet: DA, 98 and D9. RGB value is (218,152,217). Sum of RGB (Red+Green+Blue) = 218+152+217=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98D9 is #256726. Grayscale: #B2B2B2. Windows color (decimal): -2451239 or 14260442. OLE color: 14260442.

HSL color Cylindrical-coordinate representation of color #DA98D9: hue angle of 300.91º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA98D9 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB218152217-
CMYK00.300.000.15
HSL300.91º47.14%72.55%-
HSV(B)300.91º30.28%85.49%-
XYZ52.6742.3771.05-
YUV179.14149.37155.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 152 (59.77% from 255) = 25.89%
BLUE value IS 217 (85.16% from 255) = 36.97%
R=37.14%
G=25.89%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815221700.300.000.15300.9147.1472.55
HexDA98D901E0F12d2f49
Octal33223033103601745557111
Binary110110101001100011011001011110011111001011011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98D9; }

 p { color: rgb(218,152,217); }

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

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

 a { background-color: rgb(218,152,217); }

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

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

 span { border-color: rgb(218,152,217); }

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