#D88CD1

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

Shades of Plum #D88CD1

Tints of Plum #D88CD1

Color information

#D88CD1 (or 0xD88CD1) is unknown color: approx Plum. HEX triplet: D8, 8C and D1. RGB value is (216,140,209). Sum of RGB (Red+Green+Blue) = 216+140+209=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CD1 is #27732E. Grayscale: #AAAAAA. Windows color (decimal): -2585391 or 13733080. OLE color: 13733080.

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

Color convert

RGB216140209-
CMYK00.350.030.15
HSL305.53º49.35%69.8%-
HSV(B)305.53º35.19%84.71%-
XYZ49.2137.9665.05-
YUV170.59149.68160.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.23%
GREEN value IS 140 (55.08% from 255) = 24.78%
BLUE value IS 209 (82.03% from 255) = 36.99%
R=38.23%
G=24.78%
B=36.99%

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
Decimal21614020900.350.030.15305.5349.3569.8
HexD88CD10233F1323146
Octal33021432104331746261106
Binary11011000100011001101000101000111111111001100101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88CD1; }

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

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

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

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

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

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

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

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