#D498DE

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

Shades of Plum #D498DE

Tints of Plum #D498DE

Color information

#D498DE (or 0xD498DE) is unknown color: approx Plum. HEX triplet: D4, 98 and DE. RGB value is (212,152,222). Sum of RGB (Red+Green+Blue) = 212+152+222=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #D498DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498DE is #2B6721. Grayscale: #B1B1B1. Windows color (decimal): -2844450 or 14588116. OLE color: 14588116.

HSL color Cylindrical-coordinate representation of color #D498DE: hue angle of 291.43º 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 #D498DE is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212152222-
CMYK0.050.3200.13
HSL291.43º51.47%73.33%-
HSV(B)291.43º31.53%87.06%-
XYZ51.5641.7374.44-
YUV177.92152.88152.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.18%
GREEN value IS 152 (59.77% from 255) = 25.94%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=36.18%
G=25.94%
B=37.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121522220.050.3200.13291.4351.4773.33
HexD498DE5200D1233349
Octal32423033654001544363111
Binary110101001001100011011110101100000011011001000111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498DE; }

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

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

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

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

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

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

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

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