#D88AE3

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

Shades of Plum #D88AE3

Tints of Plum #D88AE3

Color information

#D88AE3 (or 0xD88AE3) is unknown color: approx Plum. HEX triplet: D8, 8A and E3. RGB value is (216,138,227). Sum of RGB (Red+Green+Blue) = 216+138+227=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 227 - color contains mainly: blue. Hex color #D88AE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AE3 is #27751C. Grayscale: #ABABAB. Windows color (decimal): -2585885 or 14912216. OLE color: 14912216.

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

Color convert

RGB216138227-
CMYK0.050.3900.11
HSL292.58º61.38%71.57%-
HSV(B)292.58º39.21%89.02%-
XYZ51.2738.3277.37-
YUV171.47159.34159.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.18%
GREEN value IS 138 (54.30% from 255) = 23.75%
BLUE value IS 227 (89.06% from 255) = 39.07%
R=37.18%
G=23.75%
B=39.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2161382270.050.3900.11292.5861.3871.57
HexD88AE35270B1253d48
Octal33021234354701344575110
Binary110110001000101011100011101100111010111001001011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88AE3; }

 p { color: rgb(216,138,227); }

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

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

 a { background-color: rgb(216,138,227); }

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

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

 span { border-color: rgb(216,138,227); }

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