#DA99DA

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

Shades of Plum #DA99DA

Tints of Plum #DA99DA

Color information

#DA99DA (or 0xDA99DA) is unknown color: approx Plum. HEX triplet: DA, 99 and DA. RGB value is (218,153,218). Sum of RGB (Red+Green+Blue) = 218+153+218=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99DA is #256625. Grayscale: #B3B3B3. Windows color (decimal): -2450982 or 14326234. OLE color: 14326234.

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

Color convert

RGB218153218-
CMYK00.3000.15
HSL300º46.76%72.75%-
HSV(B)300º29.82%85.49%-
XYZ52.9642.7571.79-
YUV179.84149.53155.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 153 (60.16% from 255) = 25.98%
BLUE value IS 218 (85.55% from 255) = 37.01%
R=37.01%
G=25.98%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815321800.3000.1530046.7672.75
HexDA99DA01E0F12c2f49
Octal33223133203601745457111
Binary110110101001100111011010011110011111001011001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA99DA; }

 p { color: rgb(218,153,218); }

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

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

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

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

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

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

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