#D88FD7

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

Shades of Plum #D88FD7

Tints of Plum #D88FD7

Color information

#D88FD7 (or 0xD88FD7) is unknown color: approx Plum. HEX triplet: D8, 8F and D7. RGB value is (216,143,215). Sum of RGB (Red+Green+Blue) = 216+143+215=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FD7 is #277028. Grayscale: #ACACAC. Windows color (decimal): -2584617 or 14127064. OLE color: 14127064.

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

Color convert

RGB216143215-
CMYK00.340.000.15
HSL300.82º48.34%70.39%-
HSV(B)300.82º33.8%84.71%-
XYZ50.4139.1569.19-
YUV173.03151.68158.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.63%
GREEN value IS 143 (56.25% from 255) = 24.91%
BLUE value IS 215 (84.38% from 255) = 37.46%
R=37.63%
G=24.91%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614321500.340.000.15300.8248.3470.39
HexD88FD70220F12d3046
Octal33021732704201745560106
Binary1101100010001111110101110100010011111001011011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88FD7; }

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

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

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

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

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

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

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

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