#D88ADC

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

Shades of Plum #D88ADC

Tints of Plum #D88ADC

Color information

#D88ADC (or 0xD88ADC) is unknown color: approx Plum. HEX triplet: D8, 8A and DC. RGB value is (216,138,220). Sum of RGB (Red+Green+Blue) = 216+138+220=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #D88ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ADC is #277523. Grayscale: #AAAAAA. Windows color (decimal): -2585892 or 14453464. OLE color: 14453464.

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

Color convert

RGB216138220-
CMYK0.020.3700.14
HSL297.07º53.95%70.2%-
HSV(B)297.07º37.27%86.27%-
XYZ50.3337.9472.38-
YUV170.67155.84160.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.63%
GREEN value IS 138 (54.30% from 255) = 24.04%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=37.63%
G=24.04%
B=38.33%

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
Decimal2161382200.020.3700.14297.0753.9570.2
HexD88ADC2250E1293646
Octal33021233424501645166106
Binary11011000100010101101110010100101011101001010011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88ADC; }

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

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

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

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

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

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

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

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