#D88AD1

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

Shades of Plum #D88AD1

Tints of Plum #D88AD1

Color information

#D88AD1 (or 0xD88AD1) is unknown color: approx Plum. HEX triplet: D8, 8A and D1. RGB value is (216,138,209). Sum of RGB (Red+Green+Blue) = 216+138+209=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AD1 is #27752E. Grayscale: #A9A9A9. Windows color (decimal): -2585903 or 13732568. OLE color: 13732568.

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

Color convert

RGB216138209-
CMYK00.360.030.15
HSL305.38º50%69.41%-
HSV(B)305.38º36.11%84.71%-
XYZ48.9237.3864.96-
YUV169.42150.34161.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.37%
GREEN value IS 138 (54.30% from 255) = 24.51%
BLUE value IS 209 (82.03% from 255) = 37.12%
R=38.37%
G=24.51%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613820900.360.030.15305.385069.41
HexD88AD10243F1313245
Octal33021232104431746162105
Binary11011000100010101101000101001001111111001100011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88AD1; }

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

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

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

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

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

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

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

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