#D98BE0

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

Shades of Plum #D98BE0

Tints of Plum #D98BE0

Color information

#D98BE0 (or 0xD98BE0) is unknown color: approx Plum. HEX triplet: D9, 8B and E0. RGB value is (217,139,224). Sum of RGB (Red+Green+Blue) = 217+139+224=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #D98BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98BE0 is #26741F. Grayscale: #ABABAB. Windows color (decimal): -2520096 or 14715865. OLE color: 14715865.

HSL color Cylindrical-coordinate representation of color #D98BE0: hue angle of 295.06º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D98BE0 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217139224-
CMYK0.030.3800.12
HSL295.06º57.82%71.18%-
HSV(B)295.06º37.95%87.84%-
XYZ51.338.675.27-
YUV172.01157.34160.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.41%
GREEN value IS 139 (54.69% from 255) = 23.97%
BLUE value IS 224 (87.89% from 255) = 38.62%
R=37.41%
G=23.97%
B=38.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171392240.030.3800.12295.0657.8271.18
HexD98BE03260C1273a47
Octal33121334034601444772107
Binary11011001100010111110000011100110011001001001111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98BE0; }

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

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

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

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

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

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

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

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