#D88FE3

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

Shades of Plum #D88FE3

Tints of Plum #D88FE3

Color information

#D88FE3 (or 0xD88FE3) is unknown color: approx Plum. HEX triplet: D8, 8F and E3. RGB value is (216,143,227). Sum of RGB (Red+Green+Blue) = 216+143+227=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 227 (89.06% from 255 or 38.74% from 586); Max value from RGB is 227 - color contains mainly: blue. Hex color #D88FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FE3 is #27701C. Grayscale: #AEAEAE. Windows color (decimal): -2584605 or 14913496. OLE color: 14913496.

HSL color Cylindrical-coordinate representation of color #D88FE3: hue angle of 292.14º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D88FE3 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216143227-
CMYK0.050.3700.11
HSL292.14º60%72.55%-
HSV(B)292.14º37%89.02%-
XYZ52.0139.7977.61-
YUV174.4157.68157.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.86%
GREEN value IS 143 (56.25% from 255) = 24.40%
BLUE value IS 227 (89.06% from 255) = 38.74%
R=36.86%
G=24.40%
B=38.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2161432270.050.3700.11292.146072.55
HexD88FE35250B1243c49
Octal33021734354501344474111
Binary110110001000111111100011101100101010111001001001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88FE3; }

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

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

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

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

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

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

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

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