#D98FCD

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

Shades of Plum #D98FCD

Tints of Plum #D98FCD

Color information

#D98FCD (or 0xD98FCD) is unknown color: approx Plum. HEX triplet: D9, 8F and CD. RGB value is (217,143,205). Sum of RGB (Red+Green+Blue) = 217+143+205=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FCD is #267032. Grayscale: #ACACAC. Windows color (decimal): -2519091 or 13471705. OLE color: 13471705.

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

Color convert

RGB217143205-
CMYK00.340.060.15
HSL309.73º49.33%70.59%-
HSV(B)309.73º34.1%85.1%-
XYZ49.4638.862.64-
YUV172.19146.52159.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 143 (56.25% from 255) = 25.31%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=38.41%
G=25.31%
B=36.28%

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
Decimal21714320500.340.060.15309.7349.3370.59
HexD98FCD0226F1363147
Octal33121731504261746661107
Binary110110011000111111001101010001011011111001101101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98FCD; }

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

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

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

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

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

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

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

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