#DA98D1

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

Shades of Plum #DA98D1

Tints of Plum #DA98D1

Color information

#DA98D1 (or 0xDA98D1) is unknown color: approx Plum. HEX triplet: DA, 98 and D1. RGB value is (218,152,209). Sum of RGB (Red+Green+Blue) = 218+152+209=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98D1 is #25672E. Grayscale: #B2B2B2. Windows color (decimal): -2451247 or 13736154. OLE color: 13736154.

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

Color convert

RGB218152209-
CMYK00.300.040.15
HSL308.18º47.14%72.55%-
HSV(B)308.18º30.28%85.49%-
XYZ51.6541.9765.7-
YUV178.23145.37156.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 152 (59.77% from 255) = 26.25%
BLUE value IS 209 (82.03% from 255) = 36.10%
R=37.65%
G=26.25%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815220900.300.040.15308.1847.1472.55
HexDA98D101E4F1342f49
Octal33223032103641746457111
Binary11011010100110001101000101111010011111001101001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98D1; }

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

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

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

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

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

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

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

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