#D88CD0

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

Shades of Plum #D88CD0

Tints of Plum #D88CD0

Color information

#D88CD0 (or 0xD88CD0) is unknown color: approx Plum. HEX triplet: D8, 8C and D0. RGB value is (216,140,208). Sum of RGB (Red+Green+Blue) = 216+140+208=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CD0 is #27732F. Grayscale: #AAAAAA. Windows color (decimal): -2585392 or 13667544. OLE color: 13667544.

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

Color convert

RGB216140208-
CMYK00.350.040.15
HSL306.32º49.35%69.8%-
HSV(B)306.32º35.19%84.71%-
XYZ49.0837.9164.4-
YUV170.48149.18160.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.30%
GREEN value IS 140 (55.08% from 255) = 24.82%
BLUE value IS 208 (81.64% from 255) = 36.88%
R=38.30%
G=24.82%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614020800.350.040.15306.3249.3569.8
HexD88CD00234F1323146
Octal33021432004341746261106
Binary110110001000110011010000010001110011111001100101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88CD0; }

 p { color: rgb(216,140,208); }

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

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

 a { background-color: rgb(216,140,208); }

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

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

 span { border-color: rgb(216,140,208); }

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