#DA99DD

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

Shades of Plum #DA99DD

Tints of Plum #DA99DD

Color information

#DA99DD (or 0xDA99DD) is unknown color: approx Plum. HEX triplet: DA, 99 and DD. RGB value is (218,153,221). Sum of RGB (Red+Green+Blue) = 218+153+221=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99DD is #256622. Grayscale: #B3B3B3. Windows color (decimal): -2450979 or 14522842. OLE color: 14522842.

HSL color Cylindrical-coordinate representation of color #DA99DD: hue angle of 297.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DA99DD is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218153221-
CMYK0.010.3100.13
HSL297.35º50%73.33%-
HSV(B)297.35º30.77%86.67%-
XYZ53.3642.9173.88-
YUV180.19151.03154.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 153 (60.16% from 255) = 25.84%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=36.82%
G=25.84%
B=37.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181532210.010.3100.13297.355073.33
HexDA99DD11F0D1293249
Octal33223133513701545162111
Binary110110101001100111011101111111011011001010011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA99DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA99DD; }

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

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

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

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

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

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

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

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