#D898D7

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

Shades of Plum #D898D7

Tints of Plum #D898D7

Color information

#D898D7 (or 0xD898D7) is unknown color: approx Plum. HEX triplet: D8, 98 and D7. RGB value is (216,152,215). Sum of RGB (Red+Green+Blue) = 216+152+215=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D898D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D898D7 is #276728. Grayscale: #B2B2B2. Windows color (decimal): -2582313 or 14129368. OLE color: 14129368.

HSL color Cylindrical-coordinate representation of color #D898D7: hue angle of 300.94º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D898D7 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB216152215-
CMYK00.300.000.15
HSL300.94º45.07%72.16%-
HSV(B)300.94º29.63%84.71%-
XYZ51.8141.9669.66-
YUV178.32148.7154.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 152 (59.77% from 255) = 26.07%
BLUE value IS 215 (84.38% from 255) = 36.88%
R=37.05%
G=26.07%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615221500.300.000.15300.9445.0772.16
HexD898D701E0F12d2d48
Octal33023032703601745555110
Binary110110001001100011010111011110011111001011011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D898D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D898D7; }

 p { color: rgb(216,152,215); }

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

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

 a { background-color: rgb(216,152,215); }

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

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

 span { border-color: rgb(216,152,215); }

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