#DA98D5

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

Shades of Plum #DA98D5

Tints of Plum #DA98D5

Color information

#DA98D5 (or 0xDA98D5) is unknown color: approx Plum. HEX triplet: DA, 98 and D5. RGB value is (218,152,213). Sum of RGB (Red+Green+Blue) = 218+152+213=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98D5 is #25672A. Grayscale: #B2B2B2. Windows color (decimal): -2451243 or 13998298. OLE color: 13998298.

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

Color convert

RGB218152213-
CMYK00.300.020.15
HSL304.55º47.14%72.55%-
HSV(B)304.55º30.28%85.49%-
XYZ52.1542.1768.34-
YUV178.69147.37156.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 152 (59.77% from 255) = 26.07%
BLUE value IS 213 (83.59% from 255) = 36.54%
R=37.39%
G=26.07%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815221300.300.020.15304.5547.1472.55
HexDA98D501E2F1312f49
Octal33223032503621746157111
Binary1101101010011000110101010111101011111001100011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98D5; }

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

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

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

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

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

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

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

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