#D88BDC

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

Shades of Plum #D88BDC

Tints of Plum #D88BDC

Color information

#D88BDC (or 0xD88BDC) is unknown color: approx Plum. HEX triplet: D8, 8B and DC. RGB value is (216,139,220). Sum of RGB (Red+Green+Blue) = 216+139+220=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #D88BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88BDC is #277423. Grayscale: #ABABAB. Windows color (decimal): -2585636 or 14453720. OLE color: 14453720.

HSL color Cylindrical-coordinate representation of color #D88BDC: hue angle of 297.04º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D88BDC is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216139220-
CMYK0.020.3700.14
HSL297.04º53.64%70.39%-
HSV(B)297.04º36.82%86.27%-
XYZ50.4738.2372.43-
YUV171.26155.51159.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.57%
GREEN value IS 139 (54.69% from 255) = 24.17%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=37.57%
G=24.17%
B=38.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161392200.020.3700.14297.0453.6470.39
HexD88BDC2250E1293646
Octal33021333424501645166106
Binary11011000100010111101110010100101011101001010011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88BDC; }

 p { color: rgb(216,139,220); }

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

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

 a { background-color: rgb(216,139,220); }

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

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

 span { border-color: rgb(216,139,220); }

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