#D98DCB

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

Shades of Plum #D98DCB

Tints of Plum #D98DCB

Color information

#D98DCB (or 0xD98DCB) is unknown color: approx Plum. HEX triplet: D9, 8D and CB. RGB value is (217,141,203). Sum of RGB (Red+Green+Blue) = 217+141+203=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DCB is #267234. Grayscale: #AAAAAA. Windows color (decimal): -2519605 or 13340121. OLE color: 13340121.

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

Color convert

RGB217141203-
CMYK00.350.060.15
HSL311.05º50%70.2%-
HSV(B)311.05º35.02%85.1%-
XYZ48.9238.1161.28-
YUV170.79146.18160.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 141 (55.47% from 255) = 25.13%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=38.68%
G=25.13%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714120300.350.060.15311.055070.2
HexD98DCB0236F1373246
Octal33121531304361746762106
Binary110110011000110111001011010001111011111001101111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DCB; }

 p { color: rgb(217,141,203); }

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

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

 a { background-color: rgb(217,141,203); }

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

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

 span { border-color: rgb(217,141,203); }

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