#D498D6

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

Shades of Plum #D498D6

Tints of Plum #D498D6

Color information

#D498D6 (or 0xD498D6) is unknown color: approx Plum. HEX triplet: D4, 98 and D6. RGB value is (212,152,214). Sum of RGB (Red+Green+Blue) = 212+152+214=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 214 - color contains mainly: blue. Hex color #D498D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498D6 is #2B6729. Grayscale: #B0B0B0. Windows color (decimal): -2844458 or 14063828. OLE color: 14063828.

HSL color Cylindrical-coordinate representation of color #D498D6: hue angle of 298.06º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D498D6 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212152214-
CMYK0.010.2900.16
HSL298.06º43.06%71.76%-
HSV(B)298.06º28.97%83.92%-
XYZ50.5241.3168.93-
YUV177.01148.88152.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.68%
GREEN value IS 152 (59.77% from 255) = 26.30%
BLUE value IS 214 (83.98% from 255) = 37.02%
R=36.68%
G=26.30%
B=37.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121522140.010.2900.16298.0643.0671.76
HexD498D611D01012a2b48
Octal32423032613502045253110
Binary1101010010011000110101101111010100001001010101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498D6; }

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

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

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

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

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

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

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

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