#D98FE3

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

Shades of Plum #D98FE3

Tints of Plum #D98FE3

Color information

#D98FE3 (or 0xD98FE3) is unknown color: approx Plum. HEX triplet: D9, 8F and E3. RGB value is (217,143,227). Sum of RGB (Red+Green+Blue) = 217+143+227=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #D98FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FE3 is #26701C. Grayscale: #AEAEAE. Windows color (decimal): -2519069 or 14913497. OLE color: 14913497.

HSL color Cylindrical-coordinate representation of color #D98FE3: hue angle of 292.86º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D98FE3 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB217143227-
CMYK0.040.3700.11
HSL292.86º60%72.55%-
HSV(B)292.86º37%89.02%-
XYZ52.339.9477.63-
YUV174.7157.52158.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 143 (56.25% from 255) = 24.36%
BLUE value IS 227 (89.06% from 255) = 38.67%
R=36.97%
G=24.36%
B=38.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2171432270.040.3700.11292.866072.55
HexD98FE34250B1253c49
Octal33121734344501344574111
Binary110110011000111111100011100100101010111001001011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98FE3; }

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

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

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

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

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

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

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

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