#DA98DB

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

Shades of Plum #DA98DB

Tints of Plum #DA98DB

Color information

#DA98DB (or 0xDA98DB) is unknown color: approx Plum. HEX triplet: DA, 98 and DB. RGB value is (218,152,219). Sum of RGB (Red+Green+Blue) = 218+152+219=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98DB is #256724. Grayscale: #B3B3B3. Windows color (decimal): -2451237 or 14391514. OLE color: 14391514.

HSL color Cylindrical-coordinate representation of color #DA98DB: hue angle of 299.1º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DA98DB is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218152219-
CMYK0.000.3100.14
HSL299.1º48.2%72.75%-
HSV(B)299.1º30.59%85.88%-
XYZ52.9342.4872.43-
YUV179.37150.37155.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 152 (59.77% from 255) = 25.81%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=37.01%
G=25.81%
B=37.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181522190.000.3100.14299.148.272.75
HexDA98DB01F0E12b3049
Octal33223033303701645360111
Binary110110101001100011011011011111011101001010111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98DB; }

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

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

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

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

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

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

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

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