#D88DE5

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

Shades of Plum #D88DE5

Tints of Plum #D88DE5

Color information

#D88DE5 (or 0xD88DE5) is unknown color: approx Plum. HEX triplet: D8, 8D and E5. RGB value is (216,141,229). Sum of RGB (Red+Green+Blue) = 216+141+229=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #D88DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DE5 is #27721A. Grayscale: #ADADAD. Windows color (decimal): -2585115 or 15044056. OLE color: 15044056.

HSL color Cylindrical-coordinate representation of color #D88DE5: hue angle of 291.14º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D88DE5 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB216141229-
CMYK0.060.3800.10
HSL291.14º62.86%72.55%-
HSV(B)291.14º38.43%89.8%-
XYZ51.9939.3178.98-
YUV173.46159.35158.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.86%
GREEN value IS 141 (55.47% from 255) = 24.06%
BLUE value IS 229 (89.84% from 255) = 39.08%
R=36.86%
G=24.06%
B=39.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2161412290.060.3800.10291.1462.8672.55
HexD88DE56260A1233f49
Octal33021534564601244377111
Binary110110001000110111100101110100110010101001000111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DE5; }

 p { color: rgb(216,141,229); }

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

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

 a { background-color: rgb(216,141,229); }

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

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

 span { border-color: rgb(216,141,229); }

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