#D88BE3

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

Shades of Plum #D88BE3

Tints of Plum #D88BE3

Color information

#D88BE3 (or 0xD88BE3) is unknown color: approx Plum. HEX triplet: D8, 8B and E3. RGB value is (216,139,227). Sum of RGB (Red+Green+Blue) = 216+139+227=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 227 (89.06% from 255 or 39.00% from 582); Max value from RGB is 227 - color contains mainly: blue. Hex color #D88BE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88BE3 is #27741C. Grayscale: #ABABAB. Windows color (decimal): -2585629 or 14912472. OLE color: 14912472.

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

Color convert

RGB216139227-
CMYK0.050.3900.11
HSL292.5º61.11%71.76%-
HSV(B)292.5º38.77%89.02%-
XYZ51.4238.6177.42-
YUV172.06159.01159.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.11%
GREEN value IS 139 (54.69% from 255) = 23.88%
BLUE value IS 227 (89.06% from 255) = 39.00%
R=37.11%
G=23.88%
B=39.00%

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
Decimal2161392270.050.3900.11292.561.1171.76
HexD88BE35270B1243d48
Octal33021334354701344475110
Binary110110001000101111100011101100111010111001001001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88BE3; }

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

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

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

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

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

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

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

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