#D898DE

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

Shades of Plum #D898DE

Tints of Plum #D898DE

Color information

#D898DE (or 0xD898DE) is unknown color: approx Plum. HEX triplet: D8, 98 and DE. RGB value is (216,152,222). Sum of RGB (Red+Green+Blue) = 216+152+222=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #D898DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D898DE is #276721. Grayscale: #B2B2B2. Windows color (decimal): -2582306 or 14588120. OLE color: 14588120.

HSL color Cylindrical-coordinate representation of color #D898DE: hue angle of 294.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D898DE is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216152222-
CMYK0.030.3200.13
HSL294.86º51.47%73.33%-
HSV(B)294.86º31.53%87.06%-
XYZ52.7342.3374.5-
YUV179.12152.2154.31-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.61%
GREEN value IS 152 (59.77% from 255) = 25.76%
BLUE value IS 222 (87.11% from 255) = 37.63%
R=36.61%
G=25.76%
B=37.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161522220.030.3200.13294.8651.4773.33
HexD898DE3200D1273349
Octal33023033634001544763111
Binary11011000100110001101111011100000011011001001111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D898DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D898DE; }

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

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

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

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

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

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

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

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