#DA99EB

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

Shades of Plum #DA99EB

Tints of Plum #DA99EB

Color information

#DA99EB (or 0xDA99EB) is unknown color: approx Plum. HEX triplet: DA, 99 and EB. RGB value is (218,153,235). Sum of RGB (Red+Green+Blue) = 218+153+235=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA99EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA99EB is #256614. Grayscale: #B5B5B5. Windows color (decimal): -2450965 or 15440346. OLE color: 15440346.

HSL color Cylindrical-coordinate representation of color #DA99EB: hue angle of 287.56º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA99EB is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218153235-
CMYK0.070.3500.08
HSL287.56º67.21%76.08%-
HSV(B)287.56º34.89%92.16%-
XYZ55.343.6984.11-
YUV181.78158.03153.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 153 (60.16% from 255) = 25.25%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=35.97%
G=25.25%
B=38.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181532350.070.3500.08287.5667.2176.08
HexDA99EB72308120434c
Octal332231353743010440103114
Binary1101101010011001111010111111000110100010010000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA99EB; }

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

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

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

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

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

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

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

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