#D88BE8

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

Shades of Plum #D88BE8

Tints of Plum #D88BE8

Color information

#D88BE8 (or 0xD88BE8) is unknown color: approx Plum. HEX triplet: D8, 8B and E8. RGB value is (216,139,232). Sum of RGB (Red+Green+Blue) = 216+139+232=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 232 - color contains mainly: blue. Hex color #D88BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88BE8 is #277417. Grayscale: #ACACAC. Windows color (decimal): -2585624 or 15240152. OLE color: 15240152.

HSL color Cylindrical-coordinate representation of color #D88BE8: hue angle of 289.68º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88BE8 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB216139232-
CMYK0.070.4000.09
HSL289.68º66.91%72.75%-
HSV(B)289.68º40.09%90.98%-
XYZ52.1238.8981.1-
YUV172.62161.51158.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 139 (54.69% from 255) = 23.68%
BLUE value IS 232 (91.02% from 255) = 39.52%
R=36.80%
G=23.68%
B=39.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2161392320.070.4000.09289.6866.9172.75
HexD88BE8728091224349
Octal330213350750011442103111
Binary1101100010001011111010001111010000100110010001010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88BE8; }

 p { color: rgb(216,139,232); }

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

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

 a { background-color: rgb(216,139,232); }

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

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

 span { border-color: rgb(216,139,232); }

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