#D88DD2

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

Shades of Plum #D88DD2

Tints of Plum #D88DD2

Color information

#D88DD2 (or 0xD88DD2) is unknown color: approx Plum. HEX triplet: D8, 8D and D2. RGB value is (216,141,210). Sum of RGB (Red+Green+Blue) = 216+141+210=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DD2 is #27722D. Grayscale: #ABABAB. Windows color (decimal): -2585134 or 13798872. OLE color: 13798872.

HSL color Cylindrical-coordinate representation of color #D88DD2: hue angle of 304.8º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88DD2 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB216141210-
CMYK00.350.030.15
HSL304.8º49.02%70%-
HSV(B)304.8º34.72%84.71%-
XYZ49.4838.365.76-
YUV171.29149.85159.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.10%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 210 (82.42% from 255) = 37.04%
R=38.10%
G=24.87%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614121000.350.030.15304.849.0270
HexD88DD20233F1313146
Octal33021532204331746161106
Binary11011000100011011101001001000111111111001100011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DD2; }

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

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

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

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

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

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

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

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