#D98FD2

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

Shades of Plum #D98FD2

Tints of Plum #D98FD2

Color information

#D98FD2 (or 0xD98FD2) is unknown color: approx Plum. HEX triplet: D9, 8F and D2. RGB value is (217,143,210). Sum of RGB (Red+Green+Blue) = 217+143+210=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FD2 is #26702D. Grayscale: #ACACAC. Windows color (decimal): -2519086 or 13799385. OLE color: 13799385.

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

Color convert

RGB217143210-
CMYK00.340.030.15
HSL305.68º49.33%70.59%-
HSV(B)305.68º34.1%85.1%-
XYZ50.0739.0565.87-
YUV172.76149.02159.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 143 (56.25% from 255) = 25.09%
BLUE value IS 210 (82.42% from 255) = 36.84%
R=38.07%
G=25.09%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714321000.340.030.15305.6849.3370.59
HexD98FD20223F1323147
Octal33121732204231746261107
Binary11011001100011111101001001000101111111001100101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98FD2; }

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

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

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

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

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

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

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

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