#D88AE4

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

Shades of Plum #D88AE4

Tints of Plum #D88AE4

Color information

#D88AE4 (or 0xD88AE4) is unknown color: approx Plum. HEX triplet: D8, 8A and E4. RGB value is (216,138,228). Sum of RGB (Red+Green+Blue) = 216+138+228=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 228 - color contains mainly: blue. Hex color #D88AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AE4 is #27751B. Grayscale: #ABABAB. Windows color (decimal): -2585884 or 14977752. OLE color: 14977752.

HSL color Cylindrical-coordinate representation of color #D88AE4: hue angle of 292º degrees, saturation: 0.62, 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 #D88AE4 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216138228-
CMYK0.050.3900.11
HSL292º62.5%71.76%-
HSV(B)292º39.47%89.41%-
XYZ51.4138.3878.1-
YUV171.58159.84159.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.11%
GREEN value IS 138 (54.30% from 255) = 23.71%
BLUE value IS 228 (89.45% from 255) = 39.18%
R=37.11%
G=23.71%
B=39.18%

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
Decimal2161382280.050.3900.1129262.571.76
HexD88AE45270B1243e48
Octal33021234454701344476110
Binary110110001000101011100100101100111010111001001001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88AE4; }

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

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

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

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

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

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

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

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