#D98DCE

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

Shades of Plum #D98DCE

Tints of Plum #D98DCE

Color information

#D98DCE (or 0xD98DCE) is unknown color: approx Plum. HEX triplet: D9, 8D and CE. RGB value is (217,141,206). Sum of RGB (Red+Green+Blue) = 217+141+206=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DCE is #267231. Grayscale: #AAAAAA. Windows color (decimal): -2519602 or 13536729. OLE color: 13536729.

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

Color convert

RGB217141206-
CMYK00.350.050.15
HSL308.68º50%70.2%-
HSV(B)308.68º35.02%85.1%-
XYZ49.2838.2663.18-
YUV171.13147.68160.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 206 (80.86% from 255) = 36.52%
R=38.48%
G=25%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714120600.350.050.15308.685070.2
HexD98DCE0235F1353246
Octal33121531604351746562106
Binary110110011000110111001110010001110111111001101011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DCE; }

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

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

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

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

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

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

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

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