#D88AD6

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

Shades of Plum #D88AD6

Tints of Plum #D88AD6

Color information

#D88AD6 (or 0xD88AD6) is unknown color: approx Plum. HEX triplet: D8, 8A and D6. RGB value is (216,138,214). Sum of RGB (Red+Green+Blue) = 216+138+214=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AD6 is #277529. Grayscale: #A9A9A9. Windows color (decimal): -2585898 or 14060248. OLE color: 14060248.

HSL color Cylindrical-coordinate representation of color #D88AD6: hue angle of 301.54º 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 #D88AD6 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB216138214-
CMYK00.360.010.15
HSL301.54º50%69.41%-
HSV(B)301.54º36.11%84.71%-
XYZ49.5437.6368.27-
YUV169.99152.84160.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 138 (54.30% from 255) = 24.30%
BLUE value IS 214 (83.98% from 255) = 37.68%
R=38.03%
G=24.30%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613821400.360.010.15301.545069.41
HexD88AD60241F12e3245
Octal33021232604411745662105
Binary1101100010001010110101100100100111111001011101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88AD6; }

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

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

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

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

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

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

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

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