#D98CCE

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

Shades of Plum #D98CCE

Tints of Plum #D98CCE

Color information

#D98CCE (or 0xD98CCE) is unknown color: approx Plum. HEX triplet: D9, 8C and CE. RGB value is (217,140,206). Sum of RGB (Red+Green+Blue) = 217+140+206=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CCE is #267331. Grayscale: #AAAAAA. Windows color (decimal): -2519858 or 13536473. OLE color: 13536473.

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

Color convert

RGB217140206-
CMYK00.350.050.15
HSL308.57º50.33%70%-
HSV(B)308.57º35.48%85.1%-
XYZ49.1337.9663.13-
YUV170.55148.01161.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 140 (55.08% from 255) = 24.87%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=38.54%
G=24.87%
B=36.59%

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
Decimal21714020600.350.050.15308.5750.3370
HexD98CCE0235F1353246
Octal33121431604351746562106
Binary110110011000110011001110010001110111111001101011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98CCE; }

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

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

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

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

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

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

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

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