#D88ADD

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

Shades of Plum #D88ADD

Tints of Plum #D88ADD

Color information

#D88ADD (or 0xD88ADD) is unknown color: approx Plum. HEX triplet: D8, 8A and DD. RGB value is (216,138,221). Sum of RGB (Red+Green+Blue) = 216+138+221=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #D88ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ADD is #277522. Grayscale: #AAAAAA. Windows color (decimal): -2585891 or 14519000. OLE color: 14519000.

HSL color Cylindrical-coordinate representation of color #D88ADD: hue angle of 296.39º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D88ADD is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216138221-
CMYK0.020.3800.13
HSL296.39º54.97%70.39%-
HSV(B)296.39º37.56%86.67%-
XYZ50.463873.08-
YUV170.78156.34160.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.57%
GREEN value IS 138 (54.30% from 255) = 24%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=37.57%
G=24%
B=38.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161382210.020.3800.13296.3954.9770.39
HexD88ADD2260D1283746
Octal33021233524601545067106
Binary11011000100010101101110110100110011011001010001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88ADD; }

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

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

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

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

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

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

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

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