#D499DF

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

Shades of Plum #D499DF

Tints of Plum #D499DF

Color information

#D499DF (or 0xD499DF) is unknown color: approx Plum. HEX triplet: D4, 99 and DF. RGB value is (212,153,223). Sum of RGB (Red+Green+Blue) = 212+153+223=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #D499DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499DF is #2B6620. Grayscale: #B2B2B2. Windows color (decimal): -2844193 or 14653908. OLE color: 14653908.

HSL color Cylindrical-coordinate representation of color #D499DF: hue angle of 290.57º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D499DF is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212153223-
CMYK0.050.3100.13
HSL290.57º52.24%73.73%-
HSV(B)290.57º31.39%87.45%-
XYZ51.8642.1175.21-
YUV178.62153.05151.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 153 (60.16% from 255) = 26.02%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=36.05%
G=26.02%
B=37.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121532230.050.3100.13290.5752.2473.73
HexD499DF51F0D123344a
Octal32423133753701544364112
Binary11010100100110011101111110111111011011001000111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D499DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D499DF; }

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

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

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

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

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

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

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

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