#D88CD3

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

Shades of Plum #D88CD3

Tints of Plum #D88CD3

Color information

#D88CD3 (or 0xD88CD3) is unknown color: approx Plum. HEX triplet: D8, 8C and D3. RGB value is (216,140,211). Sum of RGB (Red+Green+Blue) = 216+140+211=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CD3 is #27732C. Grayscale: #AAAAAA. Windows color (decimal): -2585389 or 13864152. OLE color: 13864152.

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

Color convert

RGB216140211-
CMYK00.350.020.15
HSL303.95º49.35%69.8%-
HSV(B)303.95º35.19%84.71%-
XYZ49.4538.0666.37-
YUV170.82150.68160.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.10%
GREEN value IS 140 (55.08% from 255) = 24.69%
BLUE value IS 211 (82.81% from 255) = 37.21%
R=38.10%
G=24.69%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614021100.350.020.15303.9549.3569.8
HexD88CD30232F1303146
Octal33021432304321746061106
Binary11011000100011001101001101000111011111001100001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88CD3; }

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

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

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

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

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

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

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

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