#D492DE

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

Shades of Plum #D492DE

Tints of Plum #D492DE

Color information

#D492DE (or 0xD492DE) is unknown color: approx Plum. HEX triplet: D4, 92 and DE. RGB value is (212,146,222). Sum of RGB (Red+Green+Blue) = 212+146+222=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #D492DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492DE is #2B6D21. Grayscale: #AEAEAE. Windows color (decimal): -2845986 or 14586580. OLE color: 14586580.

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

Color convert

RGB212146222-
CMYK0.050.3400.13
HSL292.11º53.52%72.16%-
HSV(B)292.11º34.23%87.06%-
XYZ50.6239.8374.13-
YUV174.4154.87154.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.55%
GREEN value IS 146 (57.42% from 255) = 25.17%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=36.55%
G=25.17%
B=38.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121462220.050.3400.13292.1153.5272.16
HexD492DE5220D1243648
Octal32422233654201544466110
Binary110101001001001011011110101100010011011001001001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D492DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D492DE; }

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

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

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

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

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

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

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

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