#D88CCB

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

Shades of Plum #D88CCB

Tints of Plum #D88CCB

Color information

#D88CCB (or 0xD88CCB) is unknown color: approx Plum. HEX triplet: D8, 8C and CB. RGB value is (216,140,203). Sum of RGB (Red+Green+Blue) = 216+140+203=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CCB is #277334. Grayscale: #A9A9A9. Windows color (decimal): -2585397 or 13339864. OLE color: 13339864.

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

Color convert

RGB216140203-
CMYK00.350.060.15
HSL310.26º49.35%69.8%-
HSV(B)310.26º35.19%84.71%-
XYZ48.4837.6761.22-
YUV169.91146.68160.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 140 (55.08% from 255) = 25.04%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=38.64%
G=25.04%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614020300.350.060.15310.2649.3569.8
HexD88CCB0236F1363146
Octal33021431304361746661106
Binary110110001000110011001011010001111011111001101101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88CCB; }

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

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

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

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

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

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

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

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