#D799E2

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

Shades of Plum #D799E2

Tints of Plum #D799E2

Color information

#D799E2 (or 0xD799E2) is unknown color: approx Plum. HEX triplet: D7, 99 and E2. RGB value is (215,153,226). Sum of RGB (Red+Green+Blue) = 215+153+226=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 226 (88.67% from 255 or 38.05% from 594); Max value from RGB is 226 - color contains mainly: blue. Hex color #D799E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799E2 is #28661D. Grayscale: #B3B3B3. Windows color (decimal): -2647582 or 14850519. OLE color: 14850519.

HSL color Cylindrical-coordinate representation of color #D799E2: hue angle of 290.96º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D799E2 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB215153226-
CMYK0.050.3200.11
HSL290.96º55.73%74.31%-
HSV(B)290.96º32.3%88.63%-
XYZ53.1442.7277.4-
YUV179.86154.04153.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.20%
GREEN value IS 153 (60.16% from 255) = 25.76%
BLUE value IS 226 (88.67% from 255) = 38.05%
R=36.20%
G=25.76%
B=38.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151532260.050.3200.11290.9655.7374.31
HexD799E25200B123384a
Octal32723134254001344370112
Binary110101111001100111100010101100000010111001000111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D799E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D799E2; }

 p { color: rgb(215,153,226); }

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

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

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

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

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

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

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