#D98ECB

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

Shades of Plum #D98ECB

Tints of Plum #D98ECB

Color information

#D98ECB (or 0xD98ECB) is unknown color: approx Plum. HEX triplet: D9, 8E and CB. RGB value is (217,142,203). Sum of RGB (Red+Green+Blue) = 217+142+203=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D98ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ECB is #267134. Grayscale: #ABABAB. Windows color (decimal): -2519349 or 13340377. OLE color: 13340377.

HSL color Cylindrical-coordinate representation of color #D98ECB: hue angle of 311.2º 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 #D98ECB is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217142203-
CMYK00.350.060.15
HSL311.2º49.67%70.39%-
HSV(B)311.2º34.56%85.1%-
XYZ49.0738.4161.33-
YUV171.38145.85160.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.61%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=38.61%
G=25.27%
B=36.12%

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
Decimal21714220300.350.060.15311.249.6770.39
HexD98ECB0236F1373246
Octal33121631304361746762106
Binary110110011000111011001011010001111011111001101111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98ECB; }

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

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

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

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

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

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

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

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