#D88FD5

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

Shades of Plum #D88FD5

Tints of Plum #D88FD5

Color information

#D88FD5 (or 0xD88FD5) is unknown color: approx Plum. HEX triplet: D8, 8F and D5. RGB value is (216,143,213). Sum of RGB (Red+Green+Blue) = 216+143+213=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FD5 is #27702A. Grayscale: #ACACAC. Windows color (decimal): -2584619 or 13995992. OLE color: 13995992.

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

Color convert

RGB216143213-
CMYK00.340.010.15
HSL302.47º48.34%70.39%-
HSV(B)302.47º33.8%84.71%-
XYZ50.1539.0567.84-
YUV172.81150.68158.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 143 (56.25% from 255) = 25%
BLUE value IS 213 (83.59% from 255) = 37.24%
R=37.76%
G=25%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614321300.340.010.15302.4748.3470.39
HexD88FD50221F12e3046
Octal33021732504211745660106
Binary1101100010001111110101010100010111111001011101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88FD5; }

 p { color: rgb(216,143,213); }

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

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

 a { background-color: rgb(216,143,213); }

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

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

 span { border-color: rgb(216,143,213); }

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