#D499D5

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

Shades of Plum #D499D5

Tints of Plum #D499D5

Color information

#D499D5 (or 0xD499D5) is unknown color: approx Plum. HEX triplet: D4, 99 and D5. RGB value is (212,153,213). Sum of RGB (Red+Green+Blue) = 212+153+213=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #D499D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499D5 is #2B662A. Grayscale: #B1B1B1. Windows color (decimal): -2844203 or 13998548. OLE color: 13998548.

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

Color convert

RGB212153213-
CMYK0.000.2800.16
HSL299º41.67%71.76%-
HSV(B)299º28.17%83.53%-
XYZ50.5541.5868.31-
YUV177.48148.05152.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.68%
GREEN value IS 153 (60.16% from 255) = 26.47%
BLUE value IS 213 (83.59% from 255) = 36.85%
R=36.68%
G=26.47%
B=36.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121532130.000.2800.1629941.6771.76
HexD499D501C01012b2a48
Octal32423132503402045352110
Binary1101010010011001110101010111000100001001010111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D499D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D499D5; }

 p { color: rgb(212,153,213); }

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

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

 a { background-color: rgb(212,153,213); }

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

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

 span { border-color: rgb(212,153,213); }

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