#D98FCB

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

Shades of Plum #D98FCB

Tints of Plum #D98FCB

Color information

#D98FCB (or 0xD98FCB) is unknown color: approx Plum. HEX triplet: D9, 8F and CB. RGB value is (217,143,203). Sum of RGB (Red+Green+Blue) = 217+143+203=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FCB is #267034. Grayscale: #ABABAB. Windows color (decimal): -2519093 or 13340633. OLE color: 13340633.

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

Color convert

RGB217143203-
CMYK00.340.060.15
HSL311.35º49.33%70.59%-
HSV(B)311.35º34.1%85.1%-
XYZ49.2238.7161.38-
YUV171.97145.52160.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 143 (56.25% from 255) = 25.40%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=38.54%
G=25.40%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714320300.340.060.15311.3549.3370.59
HexD98FCB0226F1373147
Octal33121731304261746761107
Binary110110011000111111001011010001011011111001101111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98FCB; }

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

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

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

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

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

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

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

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