#D98BDA

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

Shades of Plum #D98BDA

Tints of Plum #D98BDA

Color information

#D98BDA (or 0xD98BDA) is unknown color: approx Plum. HEX triplet: D9, 8B and DA. RGB value is (217,139,218). Sum of RGB (Red+Green+Blue) = 217+139+218=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #D98BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98BDA is #267425. Grayscale: #ABABAB. Windows color (decimal): -2520102 or 14322649. OLE color: 14322649.

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

Color convert

RGB217139218-
CMYK0.000.3600.15
HSL299.24º51.63%70%-
HSV(B)299.24º36.24%85.49%-
XYZ50.538.2871.06-
YUV171.33154.34160.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.80%
GREEN value IS 139 (54.69% from 255) = 24.22%
BLUE value IS 218 (85.55% from 255) = 37.98%
R=37.80%
G=24.22%
B=37.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171392180.000.3600.15299.2451.6370
HexD98BDA0240F12b3446
Octal33121333204401745364106
Binary1101100110001011110110100100100011111001010111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98BDA; }

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

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

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

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

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

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

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

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