#D98CD1

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

Shades of Plum #D98CD1

Tints of Plum #D98CD1

Color information

#D98CD1 (or 0xD98CD1) is unknown color: approx Plum. HEX triplet: D9, 8C and D1. RGB value is (217,140,209). Sum of RGB (Red+Green+Blue) = 217+140+209=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CD1 is #26732E. Grayscale: #AAAAAA. Windows color (decimal): -2519855 or 13733081. OLE color: 13733081.

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

Color convert

RGB217140209-
CMYK00.350.040.15
HSL306.23º50.33%70%-
HSV(B)306.23º35.48%85.1%-
XYZ49.538.1165.07-
YUV170.89149.51160.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 140 (55.08% from 255) = 24.73%
BLUE value IS 209 (82.03% from 255) = 36.93%
R=38.34%
G=24.73%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714020900.350.040.15306.2350.3370
HexD98CD10234F1323246
Octal33121432104341746262106
Binary110110011000110011010001010001110011111001100101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98CD1; }

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

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

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

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

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

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

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

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