#D88FE5

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

Shades of Plum #D88FE5

Tints of Plum #D88FE5

Color information

#D88FE5 (or 0xD88FE5) is unknown color: approx Plum. HEX triplet: D8, 8F and E5. RGB value is (216,143,229). Sum of RGB (Red+Green+Blue) = 216+143+229=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #D88FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FE5 is #27701A. Grayscale: #AEAEAE. Windows color (decimal): -2584603 or 15044568. OLE color: 15044568.

HSL color Cylindrical-coordinate representation of color #D88FE5: hue angle of 290.93º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D88FE5 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB216143229-
CMYK0.060.3800.10
HSL290.93º62.32%72.94%-
HSV(B)290.93º37.55%89.8%-
XYZ52.2839.979.07-
YUV174.63158.68157.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.73%
GREEN value IS 143 (56.25% from 255) = 24.32%
BLUE value IS 229 (89.84% from 255) = 38.95%
R=36.73%
G=24.32%
B=38.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2161432290.060.3800.10290.9362.3272.94
HexD88FE56260A1233e49
Octal33021734564601244376111
Binary110110001000111111100101110100110010101001000111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88FE5; }

 p { color: rgb(216,143,229); }

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

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

 a { background-color: rgb(216,143,229); }

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

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

 span { border-color: rgb(216,143,229); }

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