#D888DA

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

Shades of Plum #D888DA

Tints of Plum #D888DA

Color information

#D888DA (or 0xD888DA) is unknown color: approx Plum. HEX triplet: D8, 88 and DA. RGB value is (216,136,218). Sum of RGB (Red+Green+Blue) = 216+136+218=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #D888DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D888DA is #277725. Grayscale: #A9A9A9. Windows color (decimal): -2586406 or 14321880. OLE color: 14321880.

HSL color Cylindrical-coordinate representation of color #D888DA: hue angle of 298.54º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D888DA is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216136218-
CMYK0.010.3800.15
HSL298.54º52.56%69.41%-
HSV(B)298.54º37.61%85.49%-
XYZ49.7837.2770.9-
YUV169.27155.5161.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.89%
GREEN value IS 136 (53.52% from 255) = 23.86%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=37.89%
G=23.86%
B=38.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161362180.010.3800.15298.5452.5669.41
HexD888DA1260F12b3545
Octal33021033214601745365105
Binary1101100010001000110110101100110011111001010111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D888DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D888DA; }

 p { color: rgb(216,136,218); }

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

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

 a { background-color: rgb(216,136,218); }

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

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

 span { border-color: rgb(216,136,218); }

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