#D98BE3

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

Shades of Plum #D98BE3

Tints of Plum #D98BE3

Color information

#D98BE3 (or 0xD98BE3) is unknown color: approx Plum. HEX triplet: D9, 8B and E3. RGB value is (217,139,227). Sum of RGB (Red+Green+Blue) = 217+139+227=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 227 - color contains mainly: blue. Hex color #D98BE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98BE3 is #26741C. Grayscale: #ACACAC. Windows color (decimal): -2520093 or 14912473. OLE color: 14912473.

HSL color Cylindrical-coordinate representation of color #D98BE3: hue angle of 293.18º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D98BE3 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB217139227-
CMYK0.040.3900.11
HSL293.18º61.11%71.76%-
HSV(B)293.18º38.77%89.02%-
XYZ51.7138.7677.43-
YUV172.35158.84159.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 139 (54.69% from 255) = 23.84%
BLUE value IS 227 (89.06% from 255) = 38.94%
R=37.22%
G=23.84%
B=38.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2171392270.040.3900.11293.1861.1171.76
HexD98BE34270B1253d48
Octal33121334344701344575110
Binary110110011000101111100011100100111010111001001011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98BE3; }

 p { color: rgb(217,139,227); }

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

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

 a { background-color: rgb(217,139,227); }

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

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

 span { border-color: rgb(217,139,227); }

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