#D88ED1

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

Shades of Plum #D88ED1

Tints of Plum #D88ED1

Color information

#D88ED1 (or 0xD88ED1) is unknown color: approx Plum. HEX triplet: D8, 8E and D1. RGB value is (216,142,209). Sum of RGB (Red+Green+Blue) = 216+142+209=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ED1 is #27712E. Grayscale: #ABABAB. Windows color (decimal): -2584879 or 13733592. OLE color: 13733592.

HSL color Cylindrical-coordinate representation of color #D88ED1: hue angle of 305.68º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88ED1 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB216142209-
CMYK00.340.030.15
HSL305.68º48.68%70.2%-
HSV(B)305.68º34.26%84.71%-
XYZ49.538.5565.15-
YUV171.76149.02159.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.10%
GREEN value IS 142 (55.86% from 255) = 25.04%
BLUE value IS 209 (82.03% from 255) = 36.86%
R=38.10%
G=25.04%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614220900.340.030.15305.6848.6870.2
HexD88ED10223F1323146
Octal33021632104231746261106
Binary11011000100011101101000101000101111111001100101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88ED1; }

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

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

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

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

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

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

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

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